home *** CD-ROM | disk | other *** search
/ SGI Hot Mix 16 / Hot Mix 16.iso / .nall / app-defaults / Netscape (.txt) next >
Text File  |  1997-03-25  |  221KB  |  5,236 lines

  1. ! Netscape.ad --- app-defaults file for Netscape 3.01S.
  2. !
  3. ! Copyright (c) 1994, 1995 Netscape Communications Corporation,
  4. ! all rights reserved.
  5. !
  6. ! Created: Jamie Zawinski <jwz@netscape.com>, 23-Jun-94.
  7. ! Bugs and commentary to x_cbug@netscape.com.
  8. !
  9. ! Modified: dp Suresh <dp@netscape.com>, 01-Aug-95
  10. !
  11. !      ==========================================================
  12. !      NOTE: If you're looking here for things to customize, look
  13. !      on the Preferences dialogs under the Options menu first.
  14. !      Most things are customizable from there.  Things which are
  15. !      settable via the Preferences dialog boxes are stored in
  16. !      the ~/.netscape/preferences file, and not in X resources.
  17. !      ==========================================================
  18. !
  19. ! This file lists the default resources built in to Netscape.
  20. ! You can use the stuff in this file for examples of how to customize
  21. ! Netscape for your environment; normally you will do this by
  22. ! copying the few lines you want to alter to your private resource
  23. ! database, which usually lives in a file called .Xdefaults in your home
  24. ! directory.
  25. !
  26. ! Site administrators **may** want to make changes here and install this
  27. ! file as the global app-defaults file for the site.  To do this, one
  28. ! would copy this file to /usr/lib/X11/app-defaults/Netscape, or on SunOS,
  29. ! /usr/openwin/lib/app-defaults/Netscape.  (But actually this directory
  30. ! could be anywhere; only the person who installed X knows for sure.)
  31. !
  32. ! It is **STRONGLY RECOMMENDED** that you not install this file in the
  33. ! app-defaults directory unless you are really sure you know what you are
  34. ! doing.  There are a whole slew of version-skew problems associated with
  35. ! app-defaults files, which are best avoided by simply not using them.
  36. ! In particular, if the app-defaults file for a program is installed, and
  37. ! you get a new version of that program, you can't properly test out the
  38. ! new version without actually installing it, since it will pick up the
  39. ! resources for the previous version, and will quite likely malfunction.
  40. !
  41. ! In short, app-defaults files are bad.  Don't use them.  This file is
  42. ! provided for informational purposes, and so that I don't get a lot of
  43. ! complaints from people who think they understand this stuff better than
  44. ! I do.
  45.  
  46. ! Here's how you turn on SGI's Motif hacks:
  47. Netscape*sgiMode:         True
  48. Netscape*scheme:          Base
  49. Netscape*useSchemes:        Colors, Fonts
  50. Netscape*useEnhancedFSB:     True
  51.  
  52. ! IXI Motif Form widget is broken, don't use it
  53. !*useIxiAdds: NONE
  54.  
  55. ! User-Settable Parameters
  56. ! ========================
  57.  
  58. ! This is the directory where Netscape finds external files such as icons.
  59. !
  60. *appDir:            /C/netscape
  61.  
  62. ! This resource is the same as the -visual command line option, which selects
  63. ! an X visual on which the windows should be created.  Legal options are:
  64. ! Best, meaning pick the best one w.r.t. image quality; Default, meaning
  65. ! use whatever the server says is the default visual; a visual class (like
  66. ! PseudoColor or TrueColor); or a decimal or hexadecimal digit, the ID of
  67. ! a particular visual (in case there is more than one visual of a particular
  68. ! class.)  "Best" is probably the right choice.
  69. !
  70. *visualID:            Best
  71.  
  72. ! Whether Netscape should install a private colormap.  This will cause the
  73. ! maximal number of colors to be used, but on most systems, will result in
  74. ! unpleasant colormap flashing when switching between applications.  Legal
  75. ! options are: Yes, No, and Guess.  "Guess" means "install the colormap only
  76. ! if we know that the display hardware supports multiple simultaneous
  77. ! colormaps, meaning that there will be no colormap flashing."  Currently,
  78. ! that means install the map when displaying on an SGI screen, and don't
  79. ! otherwise.  (What other vendors have multiple hardware colormaps, and how
  80. ! do you uniquely identify that capability?  Let me know.)
  81. !
  82. *installColormap:        Guess
  83.  
  84. ! The maximum number of color cells to allocate per image; this is only
  85. ! relevant when using the default colormap of a PseudoColor visual.
  86. ! If it is 0, we allocate as many colors as we can get.  (The more colors
  87. ! that we can allocate, the better images will look.)  This controls only
  88. ! the number of colors allocated for internal images - a few more colors
  89. ! will be allocated for the fluff and chrome that comes with Motif.
  90. !
  91. *maxImageColors:        0
  92.  
  93. ! Set this to false to disable the <BLINK> tag.
  94. *blinkingEnabled:        True
  95.  
  96. ! Whether the Exit menu item should confirm first.
  97. *confirmExit:            False
  98.  
  99. ! Mouse cursor when over an anchor.
  100. *linkCursor:            hand2
  101.  
  102. ! Mouse cursor when awaiting a reply.
  103. *busyCursor:            watch
  104.  
  105. ! Mouse cursor when "Save Next Link As..." mode is on, and over a link.
  106. *saveNextLinkCursor:        hand2
  107.  
  108. ! Mouse cursor when "Save Next Link As..." mode is on, and not over a link.
  109. *saveNextNonlinkCursor:        crosshair
  110.  
  111. ! How quickly (in seconds) the status messages should update.
  112. *progressInterval:        1
  113.  
  114. ! How quickly (in milliseconds) the run light and/or logo should animate.
  115. *busyBlinkRate:            500
  116. *animRate:            166
  117.  
  118. ! How often (in seconds) the global history, bookmarks, and disk cache
  119. ! files should be updated.
  120. *saveHistoryInterval:        600
  121.  
  122. ! How many pixels of motion must occur before a mouse-release is interpreted
  123. ! as a "drag" rather than a "click."
  124. *hysteresis:            3
  125.  
  126. ! These resources control whether Netscape should redirect its stdout and
  127. ! stderr streams to a dialog box, so that diagnostics reported by other
  128. ! programs launched by Netscape (for example, external viewers specified in
  129. ! a mailcap file) will be reported to the user through a dialog box,
  130. ! instead of simply showing up on the stdout/stderr of the controlling
  131. ! terminal of Netscape (which in many cases won't even be visible.)
  132. !
  133. ! If you have a external viewer which produces an annoying amount of output
  134. ! even when it has nothing interesting to say, you can shut it up by
  135. ! redirecting its output to stderr; for example, to do this to mpeg_play,
  136. ! you could add the following to your .mailcap file:
  137. !
  138. !        video/mpeg; mpeg_play %s 2>&-
  139. !
  140. ! Normally, Netscape captures both the stdout and stderr into the dialog box.
  141. ! If you find a need to let one or both of them continue on to the actual
  142. ! terminal of Netscape, you can do it by setting these resources to False.
  143. !
  144. *useStderrDialog:        True
  145. *useStdoutDialog:        True
  146.  
  147. ! For those MIME content-encodings which are not directly understood
  148. ! internally, it is possible to specify another Unix program to use as
  149. ! a filter here.
  150. !
  151. ! Each line in the encodingFilters resource consists of four fields,
  152. ! separated by colons and optional whitespace:
  153. !
  154. !   <input-encoding>  : <output-encoding> : <extensions> : <filter-command>
  155. !
  156. ! input-encoding:  The MIME encoding from the Content-Transfer-Encoding header.
  157. !                  (The basic encodings 7BIT, 8BIT, BINARY, BASE64, and QUOTED-
  158. !                  PRINTABLE are built-in; no need to specify those.)
  159. !
  160. ! output-encoding: The encoding that results from this transformation.
  161. !                  Leaving this empty is usually appropriate.
  162. !
  163. ! extensions:      A comma-separated list of the extensions typically used for
  164. !                  files in this encoding; if a document ends in one of these
  165. !                  extensions, then when that document is saved to disk, the
  166. !                  extension will be stripped off of the default file name
  167. !                  (since documents are decoded before they are saved, and the
  168. !                  extension would no longer accurately describe the file.)
  169. !
  170. ! filter-command:  A shell command which reads from stdin and writes to stdout
  171. !                  which does the actual decoding.
  172. !
  173. *encodingFilters:                  \
  174.     x-compress :  : .Z     : uncompress -c    \n\
  175.     compress   :  : .Z     : uncompress -c    \n\
  176.     x-gzip     :  : .gz    : gzip -cdq    \n\
  177.     gzip       :  : .gz    : gzip -cdq    \n\
  178.     x-pack     :  : .z     : gzip -cdq    \n\
  179.     pack       :  : .z     : gzip -cdq    \n
  180.  
  181.  
  182. ! Too many servers have bugs in the implementation of window gravity for
  183. ! us to rely on it.  Scrolling of large forms is *significantly* faster
  184. ! if we are able to make use of window gravity, but on many X servers, it
  185. ! results in form items being scattered randomly all over the document.
  186. ! Legal values for this resource are Yes, No, Partial, and Guess.  If
  187. ! "Guess", we run some tests and try to decide whether the X server is
  188. ! broken or partially broken.
  189. !
  190. ! If you find yourself needing to use a value here other than Guess,
  191. ! please tell us, so that we can make it guess correctly in the future.
  192. !
  193. *windowGravityWorks:        Guess
  194.  
  195.  
  196. ! Colors
  197. !
  198. ! This resource controls the foreground text color of unfollowed links 
  199. ! (links which have not yet been visited.)
  200. !
  201. *linkForeground:            #0000EE
  202.  
  203. ! This resource controls the foreground text color of followed links 
  204. ! (links which have already been visited.)
  205. !
  206. *vlinkForeground:            #551A8B
  207.  
  208. ! This resource controls the foreground text color of activated links 
  209. ! (links which are in the process of being clicked upon.)
  210. !
  211. *alinkForeground:            #FF0000
  212.  
  213. ! These resources control the foreground and background colors of text
  214. ! which has been selected with the mouse.
  215. !
  216. *selectForeground:            #000000
  217. *selectBackground:            #FFFFCC
  218.  
  219. ! These resources control the foreground and background colors of normal text.
  220. !
  221. *defaultForeground:            #000000
  222. *defaultBackground:            #C0C0C0
  223.  
  224. ! This resource may be used to specify a default background image.  It should
  225. ! be a file name or URL pointing to a GIF, JPEG, or XBM image.  If it is blank,
  226. ! then the default background color will be used instead.
  227. !
  228. *defaultBackgroundImage:        
  229.  
  230. ! Normally, the user-specified colors and backgrounds will only be used when
  231. ! viewing documents which did not specify their own colors and backgrounds.
  232. ! If this resource is set to False, then the user-specified colors and
  233. ! backgrounds will always be used, regardless of the options specified in 
  234. ! the document itself.
  235. !
  236. *documentColorsHavePriority:        True
  237.  
  238.  
  239. ! Geometry
  240. !
  241. ! Here's how you set the default sizes and positions of the Netscape windows:
  242. !
  243. ! For the web browser window:   Netscape.Navigator.geometry: =500x700+100-0
  244. ! For the mail reader:          Netscape.Mail.geometry: =500x800+200-0
  245. ! For the news reader:          Netscape.News.geometry: =500x800+300-0
  246. ! For the mail editor:          Netscape.Composition.geometry: =400x600
  247. ! For the bookmarks window:     Netscape.Bookmarks.geometry: =300x900-0-0
  248. ! For the address book window:  Netscape.AddressBook.geometry: =300x900-300-0
  249. ! For the download windows:     Netscape.Download.geometry: =500x200-0-0
  250. !
  251. ! In previous versions of Netscape, we suggested setting the geometry on the
  252. ! TopLevelShell class; don't do that any more.  It will affect *all* of the
  253. ! top-level Netscape windows, including bookmarks and message composition and
  254. ! so on, which is probably not what you want.
  255. !
  256. ! To set the sizes of the panes and columns in the mail and news windows, 
  257. ! change them to the layout you like, and then select "Options/Save Options".
  258. ! (To change the fonts in the message lists, search below for the resource
  259. ! that begins with "XmLGrid*fontList".)
  260.  
  261.  
  262.  
  263. ! Translations
  264. !
  265. ! Many of these translations are duplicated on both "Meta" and "Alt", since
  266. ! X has this stupid notion that "Meta" and "Alt" are not synonymous, and
  267. ! Sun in their infinite wisdom furthers this confusing lossage by both having
  268. ! Meta *and* Alt keys on the keyboard, and having the key which is labelled
  269. ! Alt generate *META* (the Diamond keys generate Alt.)  All praise Sun!
  270. ! All praise the X keyboard model!
  271. !
  272. ! And because of the need to do this, we have to do all of the keyboard
  273. ! equivalents with "translations" instead of "accelerators", since a menu
  274. ! item can only have one accelerator, and in order to make both Meta and Alt
  275. ! work we need to give them each two.  All praise Motif!
  276.  
  277.  
  278. ! Keybindings in the main window which correspond to menu items.
  279. ! These are installed on every widget which is a child of our Shell,
  280. ! and are not installed on popups/transients.
  281. !
  282. *globalTranslations:            #override            \n\
  283.                                     \
  284.     Meta  Ctrl<Key>A:        addBookmark()            \n\
  285.      ~Alt Ctrl<Key>A:        addBookmark()            \n\
  286.     Meta  Ctrl<Key>B:        viewBookmark()            \n\
  287.      ~Alt Ctrl<Key>B:        viewBookmark()            \n\
  288.     Meta  Ctrl<Key>C:        copy()                \n\
  289.      ~Alt Ctrl<Key>C:        copy()                \n\
  290.     Meta  Ctrl<Key>D:        undefined-key()            \n\
  291.      ~Alt Ctrl<Key>D:        undefined-key()            \n\
  292.     Meta  Ctrl<Key>E:        undefined-key()            \n\
  293.      ~Alt Ctrl<Key>E:        undefined-key()            \n\
  294.     Meta  Ctrl<Key>F:        find()                \n\
  295.      ~Alt Ctrl<Key>F:        find()                \n\
  296.     Meta  Ctrl<Key>G:        findAgain()            \n\
  297.      ~Alt Ctrl<Key>G:        findAgain()            \n\
  298.     Meta  Ctrl<Key>H:        history()            \n\
  299.      ~Alt Ctrl<Key>H:        history()            \n\
  300.     Meta  Ctrl<Key>I:        loadImages()            \n\
  301.      ~Alt Ctrl<Key>I:        loadImages()            \n\
  302.     Meta  Ctrl<Key>J:        undefined-key()            \n\
  303.      ~Alt Ctrl<Key>J:        undefined-key()            \n\
  304.     Meta  Ctrl<Key>K:        undefined-key()            \n\
  305.      ~Alt Ctrl<Key>K:        undefined-key()            \n\
  306.     Meta  Ctrl<Key>L:        openURL()            \n\
  307.      ~Alt Ctrl<Key>L:        openURL()            \n\
  308.     Meta  Ctrl<Key>M:        mailNew()            \n\
  309.      ~Alt Ctrl<Key>M:        mailNew()            \n\
  310.     Meta  Ctrl<Key>N:        new()                \n\
  311.      ~Alt Ctrl<Key>N:        new()                \n\
  312.     Meta  Ctrl<Key>O:        openFile()            \n\
  313.      ~Alt Ctrl<Key>O:        openFile()            \n\
  314.     Meta  Ctrl<Key>P:        print()                \n\
  315.      ~Alt Ctrl<Key>P:        print()                \n\
  316.     Meta  Ctrl<Key>Q:        exit()                \n\
  317.      ~Alt Ctrl<Key>Q:        exit()                \n\
  318.     Meta  Ctrl<Key>R:        reload()            \n\
  319.      ~Alt Ctrl<Key>R:        reload()            \n\
  320.     Meta  Ctrl<Key>S:        saveAs()            \n\
  321.      ~Alt Ctrl<Key>S:        saveAs()            \n\
  322.     Meta  Ctrl<Key>U:        undefined-key()            \n\
  323.      ~Alt Ctrl<Key>U:        undefined-key()            \n\
  324.     Meta  Ctrl<Key>V:        paste()                \n\
  325.      ~Alt Ctrl<Key>V:        paste()                \n\
  326.     Meta  Ctrl<Key>W:        delete()            \n\
  327.      ~Alt Ctrl<Key>W:        delete()            \n\
  328.     Meta  Ctrl<Key>X:        cut()                \n\
  329.      ~Alt Ctrl<Key>X:        cut()                \n\
  330.     Meta  Ctrl<Key>Y:        paste()                \n\
  331.      ~Alt Ctrl<Key>Y:        paste()                \n\
  332.     Meta  Ctrl<Key>Z:        undo()                \n\
  333.      ~Alt Ctrl<Key>Z:        undo()                \n\
  334.                                     \
  335.     Meta  Ctrl<Key>1:        historyItem(1)            \n\
  336.      ~Alt Ctrl<Key>1:        historyItem(1)            \n\
  337.     Meta  Ctrl<Key>2:        historyItem(2)            \n\
  338.      ~Alt Ctrl<Key>2:        historyItem(2)            \n\
  339.     Meta  Ctrl<Key>3:        historyItem(3)            \n\
  340.      ~Alt Ctrl<Key>3:        historyItem(3)            \n\
  341.     Meta  Ctrl<Key>4:        historyItem(4)            \n\
  342.      ~Alt Ctrl<Key>4:        historyItem(4)            \n\
  343.     Meta  Ctrl<Key>5:        historyItem(5)            \n\
  344.      ~Alt Ctrl<Key>5:        historyItem(5)            \n\
  345.     Meta  Ctrl<Key>6:        historyItem(6)            \n\
  346.      ~Alt Ctrl<Key>6:        historyItem(6)            \n\
  347.     Meta  Ctrl<Key>7:        historyItem(7)            \n\
  348.      ~Alt Ctrl<Key>7:        historyItem(7)            \n\
  349.     Meta  Ctrl<Key>8:        historyItem(8)            \n\
  350.      ~Alt Ctrl<Key>8:        historyItem(8)            \n\
  351.     Meta  Ctrl<Key>9:        historyItem(9)            \n\
  352.      ~Alt Ctrl<Key>9:        historyItem(9)            \n\
  353.                                     \
  354.     Meta  Ctrl<Key>osfLeft:        back()                \n\
  355.      ~Alt Ctrl<Key>osfLeft:        back()                \n\
  356.     Meta  Ctrl<Key>osfRight:    forward()            \n\
  357.      ~Alt Ctrl<Key>osfRight:    forward()            \n\
  358.           <Key>osfCancel:    abort()                \n\
  359.                                     \
  360.     ~Meta ~Alt ~Ctrl<Key>Prior:        PageUp()        \n\
  361.     ~Meta ~Alt ~Ctrl<Key>Next:        PageDown()        \n\
  362.     ~Meta ~Alt ~Ctrl<Key>osfPageUp:        PageUp()        \n\
  363.     ~Meta ~Alt ~Ctrl<Key>osfPageDown:    PageDown()        \n
  364.  
  365.  
  366.  
  367. ! These keysyms are apparently an R6ism.
  368. !    ~Meta ~Alt ~Ctrl<Key>KP_Prior:        PageUp()        \n\
  369. !    ~Meta ~Alt ~Ctrl<Key>KP_Next:        PageDown()        \n\
  370.  
  371.  
  372. ! Translations in the Mail & News window.
  373. ! Things here override the global translations (which are loaded first.)
  374. ! This changes:
  375. !    Ctrl+A from "Add Bookmark" to "Select All"
  376. !    Ctrl+H from "View History" to "Deliver Mail Now"
  377. !    Ctrl+L from "Open URL" to "Forward Message"
  378. !    Ctrl+R from "Reload" to "Reply to Sender"
  379. !    Ctrl+O from "Open File" to undefined
  380. !    Ctrl+S from "Save As" to undefined
  381. !
  382. ! This adds:
  383. !    Ctrl+Shift+A for "Select Thread"
  384. !    Ctrl+T for "Get New Mail"
  385. !    Ctrl+K for "Compress Folder"
  386. !    Ctrl+Shift+R for "Reply to All"
  387. !    Ctrl+D for "Delete Message"
  388. !    Ctrl+E for "Redo"
  389. !
  390. ! Alt arrow keys select previous/next.
  391. ! Ctrl+Shift arrow keys select previous/next unread.
  392. ! Meta+Shift arrow keys select previous/next marked.
  393. !
  394. *mailnewsGlobalTranslations:        #override            \
  395.     <Btn3Down>:            mailNewsPopup()            \n\
  396.     Meta  Ctrl ~Shift <Key>a:    selectAll()            \n\
  397.      ~Alt Ctrl ~Shift <Key>a:    selectAll()            \n\
  398.     Meta  Ctrl Shift <Key>a:    selectThread()            \n\
  399.      ~Alt Ctrl Shift <Key>a:    selectThread()            \n\
  400.     Meta  Ctrl ~Shift <Key>d:    deleteMessage()            \n\
  401.      ~Alt Ctrl ~Shift <Key>d:    deleteMessage()            \n\
  402.     Meta  Ctrl Shift <Key>d:    forwardMessageQuoted()        \n\
  403.      ~Alt Ctrl Shift <Key>d:    forwardMessageQuoted()        \n\
  404.     Meta  Ctrl<Key>E:        redo()                \n\
  405.      ~Alt Ctrl<Key>E:        redo()                \n\
  406.     Meta  Ctrl<Key>H:        deliverQueuedMessages()        \n\
  407.      ~Alt Ctrl<Key>H:        deliverQueuedMessages()        \n\
  408.     Meta  Ctrl<Key>K:        compressFolder()        \n\
  409.      ~Alt Ctrl<Key>K:        compressFolder()        \n\
  410.     Meta  Ctrl<Key>L:        forwardMessage()        \n\
  411.      ~Alt Ctrl<Key>L:        forwardMessage()        \n\
  412.     Meta  Ctrl<Key>O:        openFolder()            \n\
  413.      ~Alt Ctrl<Key>O:        openFolder()            \n\
  414.     Meta  Ctrl ~Shift <Key>r:    reply()                \n\
  415.      ~Alt Ctrl ~Shift <Key>r:    reply()                \n\
  416.     Meta  Ctrl Shift <Key>r:    replyAll()            \n\
  417.      ~Alt Ctrl Shift <Key>r:    replyAll()            \n\
  418.     Meta  Ctrl<Key>S:        saveMessageAs()            \n\
  419.      ~Alt Ctrl<Key>S:        saveMessageAs()            \n\
  420.     Meta  Ctrl<Key>T:        getNewMail()            \n\
  421.      ~Alt Ctrl<Key>T:        getNewMail()            \n\
  422.                                     \
  423.     Meta  Ctrl ~Shift <Key>Up:    selectPreviousMessage()        \n\
  424.      ~Alt Ctrl ~Shift <Key>Up:    selectPreviousMessage()        \n\
  425.     Meta  Ctrl ~Shift <Key>osfUp:    selectPreviousMessage()        \n\
  426.      ~Alt Ctrl ~Shift <Key>osfUp:    selectPreviousMessage()        \n\
  427.     Meta  Ctrl ~Shift <Key>Down:    selectNextMessage()        \n\
  428.      ~Alt Ctrl ~Shift <Key>Down:    selectNextMessage()        \n\
  429.     Meta  Ctrl ~Shift <Key>osfDown:    selectNextMessage()        \n\
  430.      ~Alt Ctrl ~Shift <Key>osfDown:    selectNextMessage()        \n\
  431.                                     \
  432.     Meta  Ctrl Shift <Key>Up:    selectPreviousUnreadMessage()    \n\
  433.      ~Alt Ctrl Shift <Key>Up:    selectPreviousUnreadMessage()    \n\
  434.     Meta  Ctrl Shift <Key>osfUp:    selectPreviousUnreadMessage()    \n\
  435.      ~Alt Ctrl Shift <Key>osfUp:    selectPreviousUnreadMessage()    \n\
  436.     Meta  Ctrl Shift <Key>Down:    selectNextUnreadMessage()    \n\
  437.      ~Alt Ctrl Shift <Key>Down:    selectNextUnreadMessage()    \n\
  438.     Meta  Ctrl Shift <Key>osfDown:    selectNextUnreadMessage()    \n\
  439.      ~Alt Ctrl Shift <Key>osfDown:    selectNextUnreadMessage()    \n\
  440.                                     \
  441.     Ctrl Shift <Key>Up:        selectPreviousMarkedMessage()    \n\
  442.     Ctrl Shift <Key>Up:        selectPreviousMarkedMessage()    \n\
  443.     Ctrl Shift <Key>osfUp:        selectPreviousMarkedMessage()    \n\
  444.     Ctrl Shift <Key>osfUp:        selectPreviousMarkedMessage()    \n\
  445.     Ctrl Shift <Key>Down:        selectNextMarkedMessage()    \n\
  446.     Ctrl Shift <Key>Down:        selectNextMarkedMessage()    \n\
  447.     Ctrl Shift <Key>osfDown:    selectNextMarkedMessage()    \n\
  448.     Ctrl Shift <Key>osfDown:    selectNextMarkedMessage()    \n\
  449.                                     \
  450.     Meta  Ctrl<Key>1:        undefined-key()            \n\
  451.      ~Alt Ctrl<Key>1:        undefined-key()            \n\
  452.     Meta  Ctrl<Key>2:        undefined-key()            \n\
  453.      ~Alt Ctrl<Key>2:        undefined-key()            \n\
  454.     Meta  Ctrl<Key>3:        undefined-key()            \n\
  455.      ~Alt Ctrl<Key>3:        undefined-key()            \n\
  456.     Meta  Ctrl<Key>4:        undefined-key()            \n\
  457.      ~Alt Ctrl<Key>4:        undefined-key()            \n\
  458.     Meta  Ctrl<Key>5:        undefined-key()            \n\
  459.      ~Alt Ctrl<Key>5:        undefined-key()            \n\
  460.     Meta  Ctrl<Key>6:        undefined-key()            \n\
  461.      ~Alt Ctrl<Key>6:        undefined-key()            \n\
  462.     Meta  Ctrl<Key>7:        undefined-key()            \n\
  463.      ~Alt Ctrl<Key>7:        undefined-key()            \n\
  464.     Meta  Ctrl<Key>8:        undefined-key()            \n\
  465.      ~Alt Ctrl<Key>8:        undefined-key()            \n\
  466.     Meta  Ctrl<Key>9:        undefined-key()            \n\
  467.      ~Alt Ctrl<Key>9:        undefined-key()            \n
  468.  
  469.  
  470. ! Translations in the MailCompose window.
  471. ! These are used instead of globalTranslations.
  472. !
  473. *mailcomposeGlobalTranslations:        #override            \
  474.                                     \
  475.     Meta  Ctrl<Key>B:        viewBookmark()            \n\
  476.      ~Alt Ctrl<Key>B:        viewBookmark()            \n\
  477.     Meta  Ctrl<Key>C:        copy()                \n\
  478.      ~Alt Ctrl<Key>C:        copy()                \n\
  479.     Meta  Ctrl<Key>Return:        sendMail()            \n\
  480.      ~Alt Ctrl<Key>Return:        sendMail()            \n\
  481.     Meta  Ctrl<Key>V:        paste()                \n\
  482.      ~Alt Ctrl<Key>V:        paste()                \n\
  483.     Meta  Ctrl<Key>W:        delete()            \n\
  484.      ~Alt Ctrl<Key>W:        delete()            \n\
  485.     Meta  Ctrl<Key>X:        cut()                \n\
  486.      ~Alt Ctrl<Key>X:        cut()                \n\
  487.     Meta  Ctrl<Key>Y:        paste()                \n\
  488.      ~Alt Ctrl<Key>Y:        paste()                \n\
  489.     Meta  Ctrl<Key>Z:        undo()                \n\
  490.      ~Alt Ctrl<Key>Z:        undo()                \n
  491.  
  492.  
  493. ! Translations in the Bookmarks and Adderssbook window.
  494. ! These translations are used instead of globalTranslations.
  495. ! None of the key *semantics* of globalTranslations are changed here,
  496. ! only the actions bound.  (And inapplicable actions are not present.)
  497. !
  498. *bmGlobalTranslations:            #override            \
  499.     <Btn3Down>:            BookmarkPopup()            \n\
  500.     Meta  Ctrl<Key>C:        bmcopy()            \n\
  501.      ~Alt Ctrl<Key>C:        bmcopy()            \n\
  502.     Meta  Ctrl<Key>D:        bmdeleteItem()            \n\
  503.      ~Alt Ctrl<Key>D:        bmdeleteItem()            \n\
  504.     Meta  Ctrl<Key>E:        bmredo()            \n\
  505.      ~Alt Ctrl<Key>E:        bmredo()            \n\
  506.     Meta  Ctrl<Key>F:        bmfind()            \n\
  507.      ~Alt Ctrl<Key>F:        bmfind()            \n\
  508.     Meta  Ctrl<Key>G:        bmfindAgain()            \n\
  509.      ~Alt Ctrl<Key>G:        bmfindAgain()            \n\
  510.     Meta  Ctrl<Key>M:        bmmailMessage()            \n\
  511.      ~Alt Ctrl<Key>M:        bmmailMessage()            \n\
  512.     Meta  Ctrl<Key>S:        bmsaveAs()            \n\
  513.      ~Alt Ctrl<Key>S:        bmsaveAs()            \n\
  514.     Meta  Ctrl<Key>V:        bmpaste()            \n\
  515.      ~Alt Ctrl<Key>V:        bmpaste()            \n\
  516.     Meta  Ctrl<Key>W:        bmclose()            \n\
  517.      ~Alt Ctrl<Key>W:        bmclose()            \n\
  518.     Meta  Ctrl<Key>X:        bmcut()                \n\
  519.      ~Alt Ctrl<Key>X:        bmcut()                \n\
  520.     Meta  Ctrl<Key>Y:        bmpaste()            \n\
  521.      ~Alt Ctrl<Key>Y:        bmpaste()            \n\
  522.     Meta  Ctrl<Key>Z:        bmundo()            \n\
  523.      ~Alt Ctrl<Key>Z:        bmundo()            \n
  524.  
  525. !
  526. ! Translations for document source window
  527. *dialogGlobalTranslations:        #override            \n\
  528.                                     \
  529.     Meta  Ctrl<Key>W:        delete()            \n\
  530.      ~Alt Ctrl<Key>W:        delete()            \n
  531.  
  532.  
  533.  
  534. ! Mouse bindings in the HTML display area.
  535. *drawingArea.translations:        #replace            \
  536.     <Btn1Down>:            ArmLink()            \n\
  537.     <Btn2Down>:            ArmLink()            \n\
  538.     ~Shift<Btn1Up>:            ActivateLink()            \
  539.                     DisarmLink()            \n\
  540.     ~Shift<Btn2Up>:            ActivateLink(new-window)    \
  541.                     DisarmLink()            \n\
  542.     Shift<Btn1Up>:            ActivateLink(save-only)        \
  543.                     DisarmLink()            \n\
  544.     Shift<Btn2Up>:            ActivateLink(save-only)        \
  545.                     DisarmLink()            \n\
  546.     <Btn1Motion>:            DisarmLinkIfMoved()        \n\
  547.     <Btn2Motion>:            DisarmLinkIfMoved()        \n\
  548.     <Btn3Motion>:            DisarmLinkIfMoved()        \n\
  549.     <Motion>:            DescribeLink()            \n\
  550.     <Btn3Down>:            CommandMenu()            \n
  551.  
  552. *drawingArea*XmList.highlightThickness:    2
  553.  
  554.  
  555. ! Some basic emacs-like bindings for text fields.
  556. !
  557. ! "editingTranslations" are merged into all XmText and XmTextField widgets.
  558. ! Then, either "multiLinEditingTranslations" or "singleLinEditingTranslations"
  559. ! are merged in, depending on whether it is an XmText or XmTextField widget.
  560. ! These resources are merged in after "globalTranslations", so it is possible
  561. ! for them to override the menu accelerators.
  562. !
  563. ! Problems:
  564. !  = I don't understand why the "Ctrl<Key>g" binding does nothing.
  565. !  = I wish things like `C-k C-k C-k C-n C-k C-k C-y' did the right thing.
  566. !  = This doesn't quite do active regions right, in that C-SPC M-f doesn't
  567. !    leave the word highlighted (though it does leave a region set.)
  568. ! Basically, XmText is not Emacs, and we therefore exist in a world of pain.
  569. !
  570. !  NOTE: if you're looking here because BackSpace and Delete aren't
  571. !     working the way you think they should, then you need to run
  572. !     xmodmap or xkeycaps to fix your keyboard, or mess read the man
  573. !     page forVirualBindings(1).  For details, see the Netscape FAQ
  574. !     (available from the Help menu.)
  575. !
  576. *editingTranslations:            #override            \n\
  577.     ~Meta ~Alt Ctrl<Key>a:        beginning-of-line()        \n\
  578.     ~Meta ~Alt  Shift Ctrl<Key>a:    beginning-of-line(extend)    \n\
  579.     ~Meta ~Alt ~Shift Ctrl<Key>b:    backward-character()        \n\
  580.     ~Meta ~Alt  Shift Ctrl<Key>b:    backward-character(extend)    \n\
  581.     ~Meta ~Alt      Ctrl<Key>d:    delete-next-character()        \n\
  582.     ~Meta ~Alt ~Shift Ctrl<Key>e:    end-of-line()            \n\
  583.     ~Meta ~Alt  Shift Ctrl<Key>e:    end-of-line(extend)        \n\
  584.     ~Meta ~Alt ~Shift Ctrl<Key>f:    forward-character()        \n\
  585.     ~Meta ~Alt  Shift Ctrl<Key>f:    forward-character(extend)    \n\
  586.     ~Meta ~Alt      Ctrl<Key>g:    process-cancel()        \n\
  587.     ~Meta ~Alt      Ctrl<Key>h:    delete-previous-character()    \n\
  588.     ~Meta ~Alt      Ctrl<Key>space: set-anchor()            \n\
  589.     ~Meta ~Alt      Ctrl<Key>2:    set-anchor()            \n\
  590.     ~Meta ~Alt      Ctrl<Key>@:    set-anchor()            \n\
  591.                                     \
  592.     Meta  Ctrl ~Shift<Key>b:    backward-word()            \n\
  593.      ~Alt Ctrl ~Shift<Key>b:    backward-word()            \n\
  594.     Meta  Ctrl  Shift<Key>b:    backward-word(extend)        \n\
  595.      ~Alt Ctrl  Shift<Key>b:    backward-word(extend)        \n\
  596.     Meta  Ctrl ~Shift<Key>f:    forward-word()            \n\
  597.      ~Alt Ctrl ~Shift<Key>f:    forward-word()            \n\
  598.     Meta  Ctrl  Shift<Key>f:    forward-word(extend)        \n\
  599.      ~Alt Ctrl  Shift<Key>f:    forward-word(extend)        \n\
  600.     Meta  Ctrl     <Key>w:    copy-clipboard()        \n\
  601.      ~Alt Ctrl     <Key>w:    copy-clipboard()        \n\
  602.     Meta  Ctrl ~Shift<Key>osfLeft:    backward-word()            \n\
  603.      ~Alt Ctrl ~Shift<Key>osfLeft:    backward-word()            \n\
  604.     Meta  Ctrl  Shift<Key>osfLeft:    backward-word(extend)        \n\
  605.      ~Alt Ctrl  Shift<Key>osfLeft:    backward-word(extend)        \n\
  606.     Meta  Ctrl ~Shift<Key>osfRight:forward-word()            \n\
  607.      ~Alt Ctrl ~Shift<Key>osfRight:forward-word()            \n\
  608.     Meta  Ctrl  Shift<Key>osfRight:forward-word(extend)        \n\
  609.      ~Alt Ctrl  Shift<Key>osfRight:forward-word(extend)        \n
  610.  
  611. ! Translations that apply only to single-line fields; see above.
  612. !
  613. ! Ctrl-U clears the current line only in single-line fields.  Unix
  614. ! command-line weenies expect this, even though everyone knows Ctrl-U
  615. ! should mean "prefix argument".
  616. !
  617. ! In single-line fields, the various killing commands are really deletion
  618. ! commands instead (that is, they don't affect the Clipboard and are not
  619. ! undoable with Ctrl-y) because the XmTextField widget does not provide
  620. ! kill commands -- only the XmText widget does.  (What the hell is up with
  621. ! that...)  Maybe we could get around this by never using XmTextField, and
  622. ! only using XmText with editMode set to SINGLE_LINE_EDIT, but that might
  623. ! have other unexpected effects...
  624. !
  625. ! I thought of making Meta-d be `set-anchor() forward-word() cut-clipboard()',
  626. ! but that doesn't work, because forward-word takes the whitespace after the
  627. ! word as well, instead of stopping before the whitespace.
  628. !
  629. ! Similarly, Ctrl-k can't be implemented with
  630. ! `set-anchor() end-of-line(extend) cut-clipboard() delete-selection()'
  631. ! because that has the side effect of (temporarily) owning the selection,
  632. ! which would make it impossible to: select text in another application;
  633. ! type C-k at Netscape; Click middle to paste.  The paste would be impossible
  634. ! because C-k would have cleared the selection.
  635. !
  636. *singleLineEditingTranslations:        #override            \n\
  637.     ~Meta ~Alt Ctrl<Key>u:        beginning-of-line()        \
  638.                     delete-to-end-of-line()        \n\
  639.     ~Meta ~Alt Ctrl<Key>k:        delete-to-end-of-line()        \n\
  640.     ~Meta ~Alt Ctrl<Key>l:        refresh()            \n\
  641.     ~Meta ~Alt Ctrl<Key>w:        key-select()            \
  642.                     delete-selection()        \n\
  643.     ~Meta ~Alt Ctrl<Key>y:        paste-clipboard()        \n\
  644.     Meta  Ctrl     <Key>d:    delete-next-word()        \n\
  645.      ~Alt Ctrl     <Key>d:    delete-next-word()        \n\
  646.     Meta  Ctrl<Key>osfBackSpace:    delete-previous-word()        \n\
  647.      ~Alt Ctrl<Key>osfBackSpace:    delete-previous-word()        \n\
  648.     Meta  Ctrl<Key>osfDelete:    delete-next-word()        \n\
  649.      ~Alt Ctrl<Key>osfDelete:    delete-next-word()        \n
  650.  
  651. ! Translations that apply only to multi-line fields; see above.
  652. ! Most of these are here because they are commands that only apply when
  653. ! the text area has multiple lines in it, but see above comment about
  654. ! "kill" commands versus "delete" commands.
  655. !
  656. *multiLineEditingTranslations:        #override            \n\
  657.     ~Meta ~Alt Ctrl<Key>k:        kill-to-end-of-line()        \n\
  658.     ~Meta ~Alt Ctrl<Key>w:        key-select() kill-selection()    \n\
  659.     ~Meta ~Alt Ctrl<Key>y:        unkill()            \n\
  660.     Meta  Ctrl     <Key>d:    kill-next-word()        \n\
  661.      ~Alt Ctrl     <Key>d:    kill-next-word()        \n\
  662.     ~Meta ~Alt      Ctrl<Key>l:    redraw-display() refresh()    \n\
  663.     Meta  Ctrl<Key>osfBackSpace:    kill-previous-word()        \n\
  664.      ~Alt Ctrl<Key>osfBackSpace:    kill-previous-word()        \n\
  665.     Meta  Ctrl<Key>osfDelete:    kill-next-word()        \n\
  666.      ~Alt Ctrl<Key>osfDelete:    kill-next-word()        \n\
  667.                                     \
  668.     ~Meta ~Alt Ctrl<Key>j:        newline-and-indent()        \n\
  669.     ~Meta ~Alt Ctrl<Key>o:        newline-and-backup()        \n\
  670.     ~Meta ~Alt ~Shift Ctrl<Key>n:    next-line()            \n\
  671.     ~Meta ~Alt  Shift Ctrl<Key>n:    next-line(extend)        \n\
  672.     ~Meta ~Alt ~Shift Ctrl<Key>p:    previous-line()            \n\
  673.     ~Meta ~Alt  Shift Ctrl<Key>p:    previous-line(extend)        \n\
  674.     ~Meta ~Alt ~Shift Ctrl<Key>v:    next-page()            \n\
  675.     ~Meta ~Alt  Shift Ctrl<Key>v:    next-page(extend)        \n\
  676.     Meta  Ctrl ~Shift<Key>v:    previous-page()            \n\
  677.      ~Alt Ctrl ~Shift<Key>v:    previous-page()            \n\
  678.     Meta  Ctrl  Shift<Key>v:    previous-page(extend)        \n\
  679.      ~Alt Ctrl  Shift<Key>v:    previous-page(extend)        \n\
  680.      ~Alt Ctrl ~Shift<Key>[:    backward-paragraph()        \n\
  681.     Meta  Ctrl ~Shift<Key>[:    backward-paragraph()        \n\
  682.      ~Alt Ctrl  Shift<Key>[:    backward-paragraph(extend)    \n\
  683.     Meta  Ctrl  Shift<Key>[:    backward-paragraph(extend)    \n\
  684.      ~Alt Ctrl ~Shift<Key>]:    forward-paragraph()        \n\
  685.     Meta  Ctrl ~Shift<Key>]:    forward-paragraph()        \n\
  686.      ~Alt Ctrl  Shift<Key>]:    forward-paragraph(extend)    \n\
  687.     Meta  Ctrl  Shift<Key>[:    forward-paragraph(extend)    \n\
  688.      ~Alt Ctrl     <Key><:    set-anchor()            \
  689.                     beginning-of-file()        \n\
  690.     Meta  Ctrl     <Key><:    set-anchor()            \
  691.                     beginning-of-file()        \n\
  692.      ~Alt Ctrl     <Key>>:    set-anchor()            \
  693.                     end-of-file()            \n\
  694.     Meta  Ctrl     <Key>>:    set-anchor()            \
  695.                     end-of-file()            \n\
  696.     ~Alt  Ctrl     <Key><:    set-anchor()            \
  697.                     beginning-of-file(extend)    \n\
  698.        ~Meta  Ctrl     <Key><:    set-anchor()            \
  699.                     beginning-of-file(extend)    \n\
  700.     ~Alt  Ctrl     <Key>>:    set-anchor()            \
  701.                     end-of-file(extend)        \n\
  702.        ~Meta  Ctrl     <Key>>:    set-anchor()            \
  703.                     end-of-file(extend)        \n\
  704.     Ctrl  <Key>/:            undefined-key()            \n
  705.  
  706. ! Since these get merged in first, all the other bindings override them.
  707. ! This is just so that undefined non-self-inserting keys beep.
  708. ! (Except that this doesn't really work that well, so nevermind.)
  709. !*XmText.translations:        #override                \
  710. !            Ctrl <Key>:    undefined-key()            \n\
  711. !            Meta <Key>:    undefined-key()            \n\
  712. !             Alt <Key>:    undefined-key()            \n
  713. !*XmTextField.translations:    #override                \
  714. !            Ctrl <Key>:    undefined-key()            \n\
  715. !            Meta <Key>:    undefined-key()            \n\
  716. !             Alt <Key>:    undefined-key()            \n
  717.  
  718.  
  719. ! We merge these translations into all text fields which are not the
  720. ! bottommost text field in a dialog box (transient popup.)  This is so that
  721. ! hitting `return' in a text field will select the next text field if there
  722. ! is one, and will select the "OK" button if there are no more.
  723. !
  724. *nonterminalTextTranslations:    #override                \n\
  725.     <Key>Return:        next-tab-group()            \n\
  726.     <Key>Linefeed:        next-tab-group()            \n
  727.  
  728. ! This is used for self-submitting text fields in HTML forms (not popups.)
  729. ! We don't need to store these in to dialog box text fields, since in that
  730. ! case we are able to simply avoid storing in the above ones, but we don't
  731. ! know that until too late with forms.
  732. *terminalTextTranslations:    #override                \n\
  733.     <Key>Return:        activate()                \n\
  734.     <Key>Linefeed:        activate()                \n
  735.  
  736.  
  737. ! These translations are installed on every TextField widget in the main tree,
  738. ! but *not* on text fields in dialogs, or in the mail composition window
  739. ! (that's the difference between this and singleLineEditingTranslations.)
  740. *globalTextFieldTranslations:        #override            \n\
  741.     ~Meta ~Alt ~Ctrl<Key>Up:    LineUp()            \n\
  742.     ~Meta ~Alt ~Ctrl<Key>Down:    LineDown()            \n\
  743.     ~Meta ~Alt ~Ctrl<Key>osfUp:    LineUp()            \n\
  744.     ~Meta ~Alt ~Ctrl<Key>osfDown:    LineDown()            \n
  745.  
  746. ! These keysyms are apparently an R6ism.
  747. !    ~Meta ~Alt ~Ctrl<Key>KP_Up:    LineUp()            \n\
  748. !    ~Meta ~Alt ~Ctrl<Key>KP_Down:    LineDown()            \n\
  749.  
  750.  
  751. ! We install these on every widget in the main tree (but not popups) that isn't
  752. ! a Text or TextField or List.These, basically, are motion commands that ought
  753. ! to apply to the HTML display area unless some text field or List has focus,
  754. ! in which case they ought to apply to the text in that text field instead.
  755. ! Doesn't all this crap just make you want to hurl?
  756. *globalNonTextTranslations:        #override            \n\
  757.     ~Meta ~Alt ~Ctrl<Key>space:    Spacebar()            \n\
  758.                                       \
  759.     ~Meta ~Alt ~Ctrl<Key>Delete:    PageUp()            \n\
  760.     ~Meta ~Alt ~Ctrl<Key>BackSpace:    PageUp()            \n\
  761.     ~Meta ~Alt ~Ctrl<Key>Up:    LineUp()            \n\
  762.     ~Meta ~Alt ~Ctrl<Key>Down:    LineDown()            \n\
  763.     ~Meta ~Alt ~Ctrl<Key>Left:    ColumnLeft()            \n\
  764.     ~Meta ~Alt ~Ctrl<Key>Right:    ColumnRight()            \n\
  765.                                       \
  766.     ~Meta ~Alt ~Ctrl<Key>osfDelete:    PageUp()            \n\
  767.     ~Meta ~Alt ~Ctrl<Key>osfBackSpace:PageUp()            \n\
  768.      Meta  Ctrl<Key>f:        fishcam()            \n\
  769.       Alt  Ctrl<Key>f:        fishcam()            \n\
  770.      Meta  Ctrl<Key>t:        net_showstatus()        \n\
  771.       Alt  Ctrl<Key>t:        net_showstatus()        \n\
  772.     ~Meta ~Alt ~Ctrl<Key>osfUp:    LineUp()            \n\
  773.     ~Meta ~Alt ~Ctrl<Key>osfDown:    LineDown()            \n\
  774.     ~Meta ~Alt ~Ctrl<Key>osfLeft:    ColumnLeft()            \n\
  775.     ~Meta ~Alt ~Ctrl<Key>osfRight:    ColumnRight()            \n\
  776.                                       \
  777.     ~Meta ~Alt ~Ctrl<Key>Prior:        PageUp()        \n\
  778.     ~Meta ~Alt ~Ctrl<Key>Next:        PageDown()        \n\
  779.     ~Meta ~Alt ~Ctrl<Key>osfPageUp:        PageUp()        \n\
  780.     ~Meta ~Alt ~Ctrl<Key>osfPageDown:    PageDown()        \n
  781.  
  782. ! These keysyms are apparently an R6ism.
  783. !    ~Meta ~Alt ~Ctrl<Key>KP_Up:    LineUp()            \n\
  784. !    ~Meta ~Alt ~Ctrl<Key>KP_Down:    LineDown()            \n\
  785. !    ~Meta ~Alt ~Ctrl<Key>KP_Left:    ColumnLeft()            \n\
  786. !    ~Meta ~Alt ~Ctrl<Key>KP_Right:    ColumnRight()            \n\
  787. !    ~Meta ~Alt ~Ctrl<Key>KP_Prior:    PageUp()            \n\
  788. !    ~Meta ~Alt ~Ctrl<Key>KP_Next:    PageDown()            \n\
  789.  
  790. !~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  791. ! Editor mouse translations
  792. !~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  793. *editorDrawingArea.translations: #replace \
  794.     <Btn1Down>:  editor-click(single, *, editor-grab-focus,,        \
  795.                               double, image, editor-dialog,image,,  \
  796.                               double, hrule, editor-dialog,hrule,,  \
  797.                               double, target,editor-dialog,target,, \
  798.                               double, tag,   editor-dialog,tag,,    \
  799.                               double, text,  editor-select-word)    \n\
  800.     <Btn1Motion>: editor-extend-adjust()                            \n\
  801.     <Btn1Up>:     editor-extend-end()                               \n\
  802.     <Btn2Down>:   editor-extend-start()                             \n\
  803.     <Btn2Motion>: editor-extend-adjust()                            \n\
  804.     <Btn2Up>:     editor-extend-end()                               \n\
  805.     <Btn3Down>:   editor-popup-menu()                               \n\
  806.     <Motion>:     editor-motion()                                   \n
  807.  
  808. ! Editor keyboard translations.
  809. *editorTranslations:              #override                \n\
  810.                                         \
  811.     Meta  Ctrl<Key>l:        editor-open-location()                \n\
  812.      ~Alt Ctrl<Key>l:        editor-open-location()                \n\
  813.     Meta  Ctrl<Key>o:        editor-open-file()                 \n\
  814.      ~Alt Ctrl<Key>o:        editor-open-file()                 \n\
  815.     Meta  Ctrl<Key>N:        editor-new()                \n\
  816.      ~Alt Ctrl<Key>N:        editor-new()                \n\
  817.     Meta  Ctrl<Key>s:        editor-save()                \n\
  818.      ~Alt Ctrl<Key>s:        editor-save()                \n\
  819.     Meta  Ctrl<Key>w:        editor-delete()                \n\
  820.      ~Alt Ctrl<Key>w:        editor-delete()                \n\
  821.     Meta  Ctrl<Key>r:        editor-reload()                \n\
  822.      ~Alt Ctrl<Key>r:        editor-reload()                \n\
  823.     Meta  Ctrl Shift<Key>r:        editor-reload(super)            \n\
  824.      ~Alt Ctrl Shift<Key>r:        editor-reload(super)            \n\
  825.     Meta  Ctrl<Key>M:        mailNew()                \n\
  826.      ~Alt Ctrl<Key>M:        mailNew()                \n\
  827.     Meta  Ctrl<Key>P:        print()                    \n\
  828.      ~Alt Ctrl<Key>P:        print()                    \n\
  829.     Meta  Ctrl<Key>Q:        exit()                    \n\
  830.      ~Alt Ctrl<Key>Q:        exit()                    \n\
  831.     Meta  Ctrl<Key>.:        editor-edit-source()                \n\
  832.                                         \
  833.     Meta  Ctrl ~Alt<Key>osfHelp:    editor-debug()                \n\
  834.     Ctrl Shift<Key>d:        editor-debug()                \n\
  835.                                         \
  836.     ~Meta ~Alt ~Ctrl<Key>Prior:        PageUp()        \n\
  837.     ~Meta ~Alt ~Ctrl<Key>Next:        PageDown()        \n\
  838.     ~Meta ~Alt ~Ctrl<Key>osfPageUp:        PageUp()    \n\
  839.     ~Meta ~Alt ~Ctrl<Key>osfPageDown:    PageDown()    \n\
  840.                                     \
  841.     ~Meta ~Alt ~Ctrl<Key>Up:    editor-process-up()            \n\
  842.     ~Meta ~Alt ~Ctrl<Key>Down:    editor-process-down()            \n\
  843.     ~Meta ~Alt ~Ctrl<Key>osfUp:    editor-process-up()            \n\
  844.     ~Meta ~Alt ~Ctrl<Key>osfDown:    editor-process-down()            \n\
  845.     ~Meta ~Alt ~Ctrl<Key>osfLeft:    editor-backward-character()        \n\
  846.     ~Meta ~Alt ~Ctrl<Key>osfRight:    editor-forward-character()        \n\
  847.                                         \
  848.     :~Meta ~Alt ~Ctrl <Key>Delete:       editor-delete-next-character()    \n\
  849.     :~Meta ~Alt ~Ctrl <Key>BackSpace:     editor-delete-previous-character()\n\
  850.     :~Meta ~Alt ~Ctrl <Key>osfDelete:     editor-delete-next-character()    \n\
  851.     :~Meta ~Alt ~Ctrl <Key>osfBackSpace: editor-delete-previous-character()\n\
  852.                                         \
  853.     ~Meta ~Alt ~Ctrl<Key>osfBeginLine:editor-beginning-of-line()        \n\
  854.     ~Meta ~Alt ~Ctrl<Key>osfEndLine:  editor-end-of-line()            \n\
  855.     ~Meta ~Alt ~Ctrl Shift<Key>Return:editor-insert-line-break(normal)  \n\
  856.     ~Meta ~Alt ~Ctrl<Key>Return:      editor-process-return()        \n\
  857.     ~Meta ~Alt ~Ctrl Shift<Key>space: editor-insert-non-breaking-space()\n\
  858.     ~Meta ~Alt ~Ctrl <Key>space:      editor-self-insert()        \n\
  859.     ~Meta ~Alt ~Ctrl Shift<Key>Tab:   editor-indent(out)        \n\
  860.     ~Meta ~Alt ~Ctrl <Key>Tab:      editor-indent(in)            \n\
  861.                                         \
  862.     ~Meta ~Alt Ctrl<Key>a:    editor-beginning-of-line()            \n\
  863.     ~Meta ~Alt Ctrl<Key>e:    editor-end-of-line()                \n\
  864.     ~Meta ~Alt Ctrl<Key>p:    editor-process-up()                \n\
  865.     ~Meta ~Alt Ctrl<Key>n:    editor-process-down()                \n\
  866.     ~Meta ~Alt Ctrl<Key>b:    editor-backward-character()            \n\
  867.     ~Meta ~Alt Ctrl<Key>f:    editor-forward-character()            \n\
  868.                                         \
  869.     ~Meta  Alt ~Ctrl  Shift<Key>z:    editor-redo()                \n\
  870.     ~Meta  Alt ~Ctrl ~Shift<Key>e:    editor-redo()                \n\
  871.     ~Meta  Alt ~Ctrl ~Shift<Key>z:    editor-undo()                \n\
  872.                                         \
  873.      Meta ~Alt ~Ctrl<Key>b:    editor-toggle-character-properties(bold)   \n\
  874.      ~Meta Alt ~Ctrl<Key>b:    editor-toggle-character-properties(bold)   \n\
  875.      Meta ~Alt ~Ctrl<Key>i:    editor-toggle-character-properties(italic) \n\
  876.      ~Meta Alt ~Ctrl<Key>i:    editor-toggle-character-properties(italic) \n\
  877.      Meta ~Alt ~Ctrl<Key>u:    editor-toggle-character-properties(underline) \n\
  878.      ~Meta Alt ~Ctrl<Key>u:    editor-toggle-character-properties(underline) \n\
  879.      Meta ~Alt ~Ctrl<Key>t:    editor-toggle-character-properties(fixed)  \n\
  880.      ~Meta Alt ~Ctrl<Key>t:    editor-toggle-character-properties(fixed)  \n\
  881.      Meta ~Alt ~Ctrl<Key>k:    editor-set-character-properties(none)       \n\
  882.      ~Meta Alt ~Ctrl<Key>k:    editor-set-character-properties(none)       \n\
  883.                                         \
  884.     ~Meta ~Alt  Ctrl<Key>l:    editor-refresh()                \n\
  885.                                         \
  886.      Meta ~Alt ~Ctrl ~Shift<Key>Up:        editor-increase-font-size() \n\
  887.      Meta ~Alt ~Ctrl ~Shift<Key>osfUp:    editor-increase-font-size() \n\
  888.      Meta ~Alt ~Ctrl ~Shift<Key>Down:    editor-decrease-font-size() \n\
  889.      Meta ~Alt ~Ctrl ~Shift<Key>osfDown:    editor-decrease-font-size() \n\
  890.                                         \
  891.     ~Meta ~Alt ~Ctrl<Key>SunCopy:   editor-copy()               \n\
  892.     ~Meta ~Alt ~Ctrl<Key>SunPaste:  editor-paste()              \n\
  893.     ~Meta ~Alt ~Ctrl<Key>SunCut:    editor-cut()                \n\
  894.                                     \
  895.      Meta ~Alt ~Ctrl ~Shift<Key>x:    editor-cut()                \n\
  896.     ~Meta  Alt ~Ctrl ~Shift<Key>x:    editor-cut()                \n\
  897.      Meta ~Alt ~Ctrl ~Shift<Key>c:    editor-copy()                \n\
  898.     ~Meta  Alt ~Ctrl ~Shift<Key>c:    editor-copy()                \n\
  899.      Meta ~Alt ~Ctrl ~Shift<Key>v:    editor-paste()                \n\
  900.     ~Meta  Alt ~Ctrl ~Shift<Key>v:    editor-paste()                \n\
  901.      Meta ~Alt ~Ctrl ~Shift<Key>y:    editor-paste()                \n\
  902.     ~Meta  Alt ~Ctrl ~Shift<Key>y:    editor-paste()                \n\
  903.      Meta ~Alt ~Ctrl ~Shift<Key>d:    editor-delete-next-character()        \n\
  904.     ~Meta  Alt ~Ctrl ~Shift<Key>d:    editor-delete-next-character()        \n\
  905.      Meta ~Alt ~Ctrl ~Shift<Key>a:    editor-select-all()            \n\
  906.     ~Meta  Alt ~Ctrl ~Shift<Key>a:    editor-select-all()            \n\
  907.                                         \
  908.      Meta ~Alt ~Ctrl ~Shift<Key>f:    editor-find()                \n\
  909.      Meta ~Alt ~Ctrl ~Shift<Key>g:    editor-find-again()            \n\
  910.     ~Meta  Alt ~Ctrl ~Shift<Key>f:    editor-find()                \n\
  911.     ~Meta  Alt ~Ctrl ~Shift<Key>g:    editor-find-again()            \n\
  912.                                         \
  913.      Meta ~Alt ~Ctrl Shift<Key>u:    \
  914.     editor-set-character-properties(bold|italic|fixed|super|strikethrough)\
  915.         editor-set-font-size(+4) \n\
  916.                                         \
  917.     ~Meta ~Alt ~Ctrl ~Shift<Key>F10:            \n\
  918.     ~Meta ~Alt ~Ctrl ~Shift<Key>osfMenuBar:            \n\
  919.                                 \
  920.     <KeyRelease>:                                \n\
  921.     <Key>:            editor-self-insert()                \n\
  922.     <KeyPress>:        editor-self-insert()                \n\
  923.     <KeyUp>:                                \n\
  924.     <KeyDown>:        editor-self-insert()                \n
  925.  
  926. !=============================================================================
  927.  
  928.  
  929. ! About Translations, Actions, and "-remote" commands:
  930. !
  931. ! You can control a running Netscape process externally; you do this by
  932. ! issuing a command like "netscape -remote openURL(http://xxx)".
  933. ! When Netscape is invoked with the -remote argument, it does not open
  934. ! window, but instead connects to and controls an already-existing process.
  935. ! This is done using X properties, so the two Netscape processes need not
  936. ! be running on the same machine, and need not share a file system.
  937. !
  938. ! All of Netscape's action names are the same as its resource names; so, for
  939. ! example, if you wanted to know the name of the action that corresponds to
  940. ! the "Add Bookmark" menu item, you could look in this file for "Add Bookmark"
  941. ! and see that the resource that is set to that string is "addBookmark" -
  942. ! that's the name of the Action as well.
  943. !
  944. ! You can use Actions in Translation tables in the usual Xt-ish way, but you
  945. ! can also invoke them directly via "netscape -remote", like this:
  946. !
  947. !    netscape -remote 'addBookmark()'
  948. !
  949. ! That will cause the existing Netscape process to add its current URL to
  950. ! the bookmarks, just as if you had selected that menu item.
  951. !
  952. ! Please see the document http://home.netscape.com/newsref/std/x-remote.html
  953. ! for more information.
  954.  
  955.  
  956. !=============================================================================
  957.  
  958.  
  959. ! You can ask HTTP (Web) servers for documents in your preferred language
  960. ! by setting the Accept-Language header. It is a comma-separated list of
  961. ! languages or language/region pairs. For example, if you would prefer to
  962. ! see documents in French, or, failing that, in American English, you could
  963. ! use the following:
  964. !
  965. !   *httpAcceptLanguage: fr, en-US
  966. !
  967. ! Other possible languages and regions are:
  968. !
  969. !   Chinese [zh]
  970. !   Chinese/China [zh-CN]
  971. !   Chinese/Taiwan [zh-TW]
  972. !   English [en]
  973. !   English/United Kingdom [en-GB]
  974. !   English/United States [en-US]
  975. !   French [fr]
  976. !   French/Canada [fr-CA]
  977. !   French/France [fr-FR]
  978. !   German [de]
  979. !   Italian [it]
  980. !   Japanese [ja]
  981. !   Korean [ko]
  982. !   Portuguese [pt]
  983. !   Portuguese/Brazil [pt-BR]
  984. !   Spanish [es]
  985. !   Spanish/Spain [es-ES]
  986.  
  987.  
  988. !=============================================================================
  989. !
  990. !      There's really nothing after this point you should be messing with.
  991. !
  992. !=============================================================================
  993.  
  994.  
  995. ! Motif drag-and-drop is insanely buggy, and is causing crashes even in
  996. ! contexts where it has no business being involved at all.  Let's try
  997. ! disabling it globally and see if that helps.
  998. Netscape*dragInitiatorProtocolStyle:    XmDRAG_NONE
  999. Netscape*dragReceiverProtocolStyle:    XmDRAG_NONE
  1000.  
  1001.  
  1002. ! Labels
  1003. !
  1004. *Help.sensitive:            False
  1005.  
  1006. *urlLabel.alignment:            ALIGNMENT_END
  1007. *urlLabel.recomputeSize:        False
  1008. *urlLabel.netsiteLabelString:        Netsite:
  1009. *urlLabel.uneditedLabelString:        Location:
  1010. *urlLabel.editedLabelString:        Go To:
  1011. ! this must be the longer of the two...
  1012. *urlLabel.labelString:            Location:
  1013. *drawingArea*moreButton.labelString:    More...
  1014.  
  1015.  
  1016. !=============================================================================
  1017. *menuBar.file.labelString:        File
  1018.  
  1019. *menuBar*openBrowser.labelString:    New Web Browser
  1020. *menuBar*openBrowser.mnemonic:        B
  1021. *menuBar*openBrowser.acceleratorText:    Ctrl+N
  1022. *Editor*menuBar*openBrowser.acceleratorText:
  1023. *Editor*menuBar*openBrowser.mnemonic: W
  1024.  
  1025. *menuBar*openURL.labelString:        Open Location...
  1026. *menuBar*openURL.mnemonic:        L
  1027. *menuBar*openURL.acceleratorText:    Ctrl+L
  1028.  
  1029. *menuBar*openFile.labelString:        Open File...
  1030. *menuBar*openFile.mnemonic:        O
  1031. *menuBar*openFile.acceleratorText:    Ctrl+O
  1032.  
  1033. *menuBar*saveAs.labelString:        Save As...
  1034. *menuBar*saveAs.mnemonic:        A
  1035. *menuBar*saveAs.acceleratorText:    Ctrl+S
  1036. *Editor*menuBar*saveAs.acceleratorText:
  1037.  
  1038. *menuBar*editDocument.labelString:      Edit Document...
  1039. *menuBar*editDocument.mnemonic:        E
  1040. !*menuBar*editDocument.acceleratorText: Ctrl+E
  1041.  
  1042. *menuBar*uploadFile.labelString:    Upload File...
  1043. *menuBar*uploadFile.mnemonic:        U
  1044. ! no accelerator
  1045.  
  1046. *menuBar*saveLinksAs.labelString:    Save Next Link As...
  1047. *menuBar*saveLinksAs.mnemonic:        A
  1048. ! accelerator is magic
  1049. *menuBar*saveLinksAs.acceleratorText:    Shift+Click
  1050.  
  1051. *menuBar*mailNew.labelString:        New Mail Message
  1052. *menuBar*mailNew.mnemonic:        M
  1053. *menuBar*mailNew.acceleratorText:    Ctrl+M
  1054.  
  1055. *menuBar*mailto.labelString:        Mail Document
  1056. *menuBar*mailto.mnemonic:        D
  1057.  
  1058. *menuBar*docInfo.labelString:        Document Info
  1059. *menuBar*docInfo.mnemonic:        n
  1060. ! no accelerator
  1061.  
  1062. *menuBar*frameInfo.labelString:        Frame Info
  1063. ! no mnemonic
  1064. ! no accelerator
  1065.  
  1066. *menuBar*javaInfo.labelString:        Java Info
  1067. *menuBar*javaInfo.mnemonic:        J
  1068.  
  1069. *menuBar*openMail.labelString:        Netscape Mail
  1070. *menuBar*openMail.mnemonic:        M
  1071. ! no accelerator
  1072.  
  1073. *menuBar*openNews.labelString:        Netscape News
  1074. *menuBar*openNews.mnemonic:        N
  1075. ! no accelerator
  1076.  
  1077. *menuBar*printSetup.labelString:    Print Setup...
  1078. *menuBar*printSetup.mnemonic:        r
  1079. ! no accelerator
  1080.  
  1081. *menuBar*print.labelString:        Print...
  1082. *menuBar*print.mnemonic:        P
  1083. *menuBar*print.acceleratorText:        Ctrl+P
  1084.  
  1085. *menuBar*delete.labelString:        Close
  1086. *menuBar*delete.mnemonic:        C
  1087. *menuBar*delete.acceleratorText:    Ctrl+W
  1088.  
  1089. *menuBar*whatsChanged.labelString:    What's New?
  1090. !no accelerator
  1091.  
  1092. *menuBar*import.labelString:        Import...
  1093. *menuBar*import.mnemonic:        I
  1094.  
  1095. *menuBar*quit.labelString:        Exit
  1096. *menuBar*quit.mnemonic:            x
  1097. *menuBar*quit.acceleratorText:        Ctrl+Q
  1098.  
  1099. *menuBar*windows.labelString:        Window
  1100. ! no accelerator
  1101.  
  1102. !*menuBar*openFolder.labelString:    Open Folder...
  1103. !*menuBar*openNewsHost.labelString:    Open News Host...
  1104. !*menuBar*save.labelString:        Save
  1105. !*menuBar*saveMessageAs.labelString:    Save Message(s) As...
  1106. !*menuBar*copyMessagesInto.labelString:    Copy Messages Into
  1107. !*menuBar*moveMessagesInto.labelString:    Move Messages Into
  1108. !*menuBar*messageInfo.labelString:    Information...
  1109.  
  1110.  
  1111. !=============================================================================
  1112. *menuBar.edit.labelString:        Edit
  1113.  
  1114. *menuBar*undo.labelString:        Undo
  1115. *menuBar*undo.mnemonic:            U
  1116. *menuBar*undo.acceleratorText:        Ctrl+Z
  1117.  
  1118. *menuBar*redo.labelString:        Redo
  1119. *menuBar*redo.mnemonic:            R
  1120. *menuBar*redo.acceleratorText:        Ctrl+E
  1121.  
  1122. *menuBar*cut.labelString:        Cut
  1123. *menuBar*cut.mnemonic:            t
  1124. *menuBar*cut.acceleratorText:        Ctrl+X
  1125.  
  1126. *menuBar*copy.labelString:        Copy
  1127. *menuBar*copy.mnemonic:            C
  1128. *menuBar*copy.acceleratorText:        Ctrl+C
  1129.  
  1130. *menuBar*paste.labelString:        Paste
  1131. *menuBar*paste.mnemonic:        P
  1132. *menuBar*paste.acceleratorText:        Ctrl+Y
  1133.  
  1134. *menuBar*find.labelString:        Find...
  1135. *menuBar*find.mnemonic:            F
  1136. *menuBar*find.acceleratorText:        Ctrl+F
  1137.  
  1138. *menuBar*findAgain.labelString:        Find Again
  1139. *menuBar*findAgain.mnemonic:        g
  1140. *menuBar*findAgain.acceleratorText:    Ctrl+G
  1141.  
  1142. *menuBar*deleteItem.labelString:    Delete
  1143. *menuBar*deleteItem.mnemonic:        D
  1144. *menuBar*deleteItem.acceleratorText:    Ctrl+D
  1145.  
  1146.  
  1147. !=============================================================================
  1148. *menuBar.view.labelString:        View
  1149.  
  1150. *menuBar*reload.labelString:        Reload
  1151. *menuBar*reload.mnemonic:        R
  1152. *menuBar*reload.acceleratorText:    Ctrl+R
  1153. ! In news reply to sender uses this accelerator
  1154. *News*menuBar*reload.acceleratorText:    
  1155.  
  1156. *menuBar*reloadFrame.labelString:    Reload Frame
  1157. *menuBar*reloadFrame.mnemonic:        l
  1158.  
  1159. *menuBar*loadImages.labelString:    Load Images
  1160. *menuBar*loadImages.mnemonic:        I
  1161. *menuBar*loadImages.acceleratorText:    Ctrl+I
  1162.  
  1163. *menuBar*refresh.labelString:        Refresh
  1164. *menuBar*refresh.mnemonic:        f
  1165. ! no accelerator
  1166.  
  1167. *menuBar*source.labelString:        Document Source
  1168. *menuBar*source.mnemonic:        D
  1169. ! no accelerator
  1170.  
  1171. *menuBar*frameSource.labelString:    Frame Source
  1172. ! no mnemonic
  1173. ! no accelerator
  1174.  
  1175. *menuBar*attachmentsInline.mnemonic:    A
  1176. ! no accelerator
  1177.  
  1178. *menuBar*attachmentsAsLinks.mnemonic:    L
  1179. ! no accelerator
  1180.  
  1181. !*menuBar*viewAllGroups.labelString:    Show All Newsgroups
  1182. !*menuBar*checkNewGroups.labelString:    Check for New Groups
  1183. !*menuBar*rot13.labelString:        Rot 13
  1184.  
  1185.  
  1186. !=============================================================================
  1187. *menuBar.message.labelString:        Message
  1188.  
  1189. !*deleteMessage.labelString:        Delete Message
  1190. *deleteMessage.mnemonic:        D
  1191. *deleteMessage.acceleratorText:        Ctrl+D
  1192.  
  1193.  
  1194. !=============================================================================
  1195. *menuBar.go.labelString:        Go
  1196.  
  1197. *menuBar*back.labelString:        Back
  1198. *menuBar*back.mnemonic:            B
  1199. *menuBar*back.acceleratorText:        Ctrl+Left
  1200.  
  1201. *menuBar*forward.labelString:        Forward
  1202. *menuBar*forward.mnemonic:        F
  1203. *menuBar*forward.acceleratorText:    Ctrl+Right
  1204.  
  1205. *menuBar*home.labelString:        Home
  1206. *menuBar*home.mnemonic:            H
  1207. ! no accelerator
  1208.  
  1209. *menuBar*abort.labelString:        Stop Loading
  1210. *menuBar*abort.mnemonic:        S
  1211. *menuBar*abort.acceleratorText:        ESC
  1212.  
  1213. ! In Gold version of browser
  1214. *menuBar*browsePublishLocation.labelString:        Default Publish Location
  1215. *menuBar*browsePublishLocation.mnemonic:        D
  1216.  
  1217. *menuBar*viewHistory.labelString:    History
  1218. *menuBar*viewHistory.mnemonic:        H
  1219. ! This only has this accelerator in browser windows
  1220. *Navigator*menuBar*viewHistory.acceleratorText:    Ctrl+H
  1221.  
  1222. *menuBar*historyItem1.acceleratorText:    Ctrl+1
  1223. *menuBar*historyItem2.acceleratorText:    Ctrl+2
  1224. *menuBar*historyItem3.acceleratorText:    Ctrl+3
  1225. *menuBar*historyItem4.acceleratorText:    Ctrl+4
  1226. *menuBar*historyItem5.acceleratorText:    Ctrl+5
  1227. *menuBar*historyItem6.acceleratorText:    Ctrl+6
  1228. *menuBar*historyItem7.acceleratorText:    Ctrl+7
  1229. *menuBar*historyItem8.acceleratorText:    Ctrl+8
  1230. *menuBar*historyItem9.acceleratorText:    Ctrl+9
  1231.  
  1232. *menuBar*historyTruncated.labelString:    ( ...truncated... )
  1233. *menuBar*historyTruncated.alignment:    ALIGNMENT_CENTER
  1234.  
  1235.  
  1236. !*menuBar*markThreadRead.labelString:        Mark Thread Read
  1237. !*menuBar*markAllRead.labelString:        Mark All Messages Read
  1238. !*menuBar*showAllMessages.labelString:        Show All Messages
  1239. !*menuBar*nextMessage.labelString:        Select Next Message
  1240. !*menuBar*previousMessage.labelString:        Select Previous Message
  1241. !*menuBar*firstUnreadMessage.labelString:    Select First Unread Message
  1242. !*menuBar*nextUnreadMessage.labelString:    Select Next Unread Message
  1243. !*menuBar*previousUnreadMessage.labelString:    Select Previous Unread Message
  1244.  
  1245.  
  1246. !=============================================================================
  1247. *menuBar.sort.labelString:        Sort
  1248.  
  1249. !*menuBar*thread.labelString:        Thread by References
  1250. !*menuBar*sortReverse.labelString:    Sort Backward
  1251. !*menuBar*byDate.labelString:        By Date
  1252. !*menuBar*byMessageNumber.labelString:    By Message Number
  1253. !*menuBar*bySubject.labelString:        By Subject
  1254. !*menuBar*bySender.labelString:        By Sender's Name
  1255. !*menuBar*resort.labelString:        Re-Sort
  1256.  
  1257.  
  1258. !=============================================================================
  1259. *menuBar.bookmark.labelString:        Bookmarks
  1260.  
  1261. *menuBar*addBookmark.labelString:    Add Bookmark
  1262. *menuBar*addBookmark.mnemonic:        A
  1263. *menuBar*addBookmark.acceleratorText:    Ctrl+A
  1264.  
  1265. *menuBar*viewBookmark.labelString:    Bookmarks
  1266. *menuBar*viewBookmark.mnemonic:        B
  1267. *menuBar*viewBookmark.acceleratorText:    Ctrl+B
  1268. *Editor*menuBar*viewBookmark.acceleratorText:
  1269.  
  1270. *menuBar*gotoBookmarkHtml.labelString:    Goto Bookmarks
  1271. *menuBar*gotoBookmarkHtml.mnemonic:    G
  1272.  
  1273.  
  1274. !=============================================================================
  1275. *menuBar.options.labelString:        Options
  1276.  
  1277. *menuBar*generalPrefs.labelString:    General Preferences...
  1278. *menuBar*generalPrefs.mnemonic:        G
  1279.  
  1280. *menuBar*mailNewsPrefs.labelString:    Mail and News Preferences...
  1281. *menuBar*mailNewsPrefs.mnemonic:    M
  1282.  
  1283. *menuBar*networkPrefs.labelString:    Network Preferences...
  1284. *menuBar*networkPrefs.mnemonic:        N
  1285.  
  1286. *menuBar*securityPrefs.labelString:    Security Preferences...
  1287. *menuBar*securityPrefs.mnemonic:    S
  1288.  
  1289. *menuBar*showToolbar.labelString:    Show Toolbar
  1290. *menuBar*showToolbar.mnemonic:        T
  1291.  
  1292. *menuBar*showURL.labelString:        Show Location
  1293. *menuBar*showURL.mnemonic:        L
  1294.  
  1295. *menuBar*showDirectoryButtons.labelString: Show Directory Buttons
  1296. *menuBar*showDirectoryButtons.mnemonic:       D
  1297.  
  1298. *menuBar*showMenubar.labelString:    Show Menubar
  1299. *menuBar*showMenubar.mnemonic:        b
  1300.  
  1301. *menuBar*showBottomStatusbar.labelString:    Show Bottom Status Bar
  1302. *menuBar*showBottomStatusbar.mnemonic:        B
  1303.  
  1304. *menuBar*showSecurityBar.labelString:    Show Security Colorbar
  1305. *menuBar*showSecurityBar.mnemonic:    C
  1306.  
  1307. *menuBar*showJavaConsole.labelString:    Show Java Console
  1308. *menuBar*showJavaConsole.mnemonic:        J
  1309.  
  1310. *menuBar*autoLoadImages.labelString:    Auto Load Images
  1311. *menuBar*autoLoadImages.mnemonic:    A
  1312.  
  1313. *menuBar*fancyFTP.labelString:        Show FTP File Information
  1314. *menuBar*fancyFTP.mnemonic:        F
  1315.  
  1316. *menuBar*docEncoding.labelString:    Document Encoding
  1317. *menuBar*docEncoding.mnemonic:        E
  1318. *Editor*menuBar*docEncoding.mnemonic:        D
  1319.  
  1320. *menuBar*saveOptions.labelString:    Save Options
  1321. *menuBar*saveOptions.mnemonic:        O
  1322.  
  1323. !*menuBar*showAllHeaders.labelString:    Show All Headers
  1324.  
  1325.  
  1326. !=============================================================================
  1327. *menuBar*docEncMenu*indicatorType:    ONE_OF_MANY
  1328. *menuBar*latin1.labelString:        Western (Latin-1)
  1329. *menuBar*latin2.labelString:        Central European (Latin-2)
  1330. *menuBar*jaAuto.labelString:        Japanese (Auto-Detect)
  1331. *menuBar*jaSJIS.labelString:        Japanese (Shift-JIS)
  1332. *menuBar*jaEUC.labelString:        Japanese (EUC-JP)
  1333. *menuBar*twBig5.labelString:        Traditional Chinese (Big5)
  1334. *menuBar*twEUC.labelString:        Traditional Chinese (EUC-TW)
  1335. *menuBar*gbEUC.labelString:        Simplified Chinese (GB)
  1336. *menuBar*krEUC.labelString:        Korean (EUC-KR)
  1337. *menuBar*2022kr.labelString:        Korean (ISO-2022-KR)
  1338. *menuBar*koi8r.labelString:        Cyrillic (KOI8-R)
  1339. *menuBar*88595.labelString:        Cyrillic (ISO 8859-5)
  1340. *menuBar*greek.labelString:        Greek (ISO 8859-7)
  1341. *menuBar*88599.labelString:        Turkish (ISO 8859-9)
  1342. *menuBar*other.labelString:        User-Defined
  1343.  
  1344.  
  1345.  
  1346. !=============================================================================
  1347. *menuBar.directory.labelString:        Directory
  1348.  
  1349. *menuBar*netscape.labelString:        Netscape's Home
  1350. *menuBar*netscape.mnemonic:        H
  1351.  
  1352. *menuBar*sgi.labelString:        Silicon Graphics, Inc.
  1353. *menuBar*sgi.mnemonic:            i
  1354.  
  1355. *menuBar*adobe.labelString:        Adobe Systems, Inc.
  1356. *menuBar*adobe.mnemonic:        o
  1357.  
  1358. *menuBar*whatsNew.labelString:        What's New?
  1359. *menuBar*whatsNew.mnemonic:        N
  1360.  
  1361. *menuBar*whatsCool.labelString:        What's Cool?
  1362. *menuBar*whatsCool.mnemonic:        C
  1363.  
  1364. *menuBar*inetIndex.labelString:        Netscape Destinations
  1365. *menuBar*inetIndex.mnemonic:        D
  1366.  
  1367. *menuBar*inetSearch.labelString:    Internet Search
  1368. *menuBar*inetSearch.mnemonic:        S
  1369.  
  1370. *menuBar*inetWhite.labelString:        People
  1371. *menuBar*inetWhite.mnemonic:        P
  1372.  
  1373. *menuBar*inetAbout.labelString:        About the Internet
  1374. *menuBar*inetAbout.mnemonic:        A
  1375.  
  1376. *menuBar*galleria.labelString:        Customer Showcase
  1377. *menuBar*galleria.mnemonic:        w
  1378.  
  1379.  
  1380. !=============================================================================
  1381. *menuBar.help.labelString:        Help
  1382.  
  1383. *menuBar*about.labelString:        About Netscape
  1384. *menuBar*about.mnemonic:        A
  1385.  
  1386. *menuBar*aboutplugins.labelString:    About Plug-ins
  1387. *menuBar*aboutplugins.mnemonic:        P
  1388.  
  1389. *menuBar*registration.labelString:    Registration Information
  1390. *menuBar*registration.mnemonic:        I
  1391.  
  1392. *menuBar*upgrade.labelString:        Software
  1393. *menuBar*upgrade.mnemonic:        t
  1394.  
  1395. *menuBar*manual.labelString:        Handbook
  1396. *menuBar*manual.mnemonic:        H
  1397.  
  1398. *menuBar*relnotes.labelString:        Release Notes
  1399. *menuBar*relnotes.mnemonic:        R
  1400.  
  1401. *menuBar*faq.labelString:        Frequently Asked Questions
  1402. *menuBar*faq.mnemonic:            F
  1403.  
  1404. *menuBar*aboutSecurity.labelString:    On Security
  1405. *menuBar*aboutSecurity.mnemonic:    O
  1406.  
  1407. *menuBar*feedback.labelString:        How to Give Feedback
  1408. *menuBar*feedback.mnemonic:        G
  1409.  
  1410. *menuBar*support.labelString:        How to Get Support
  1411. *menuBar*support.mnemonic:        S
  1412.  
  1413. *menuBar*howTo.labelString:        How to Create Web Services
  1414. *menuBar*howTo.mnemonic:        C
  1415.  
  1416.  
  1417. *menuBar*aboutMailAndNews.labelString:    About Netscape Mail and News...
  1418. *menuBar*aboutUsenet.labelString:    About USENET Newsgroups...
  1419.  
  1420.  
  1421. ! For the toggles in the options menu
  1422. *menuBar*XmToggleButton.indicatorType:        N_OF_MANY
  1423. *menuBar*XmToggleButtonGadget.indicatorType:    N_OF_MANY
  1424. *menuBar*XmToggleButton.fillOnSelect:        True
  1425. *menuBar*XmToggleButtonGadget.fillOnSelect:    True
  1426. *menuBar*XmToggleButton.visibleWhenOff:        True
  1427. *menuBar*XmToggleButtonGadget.visibleWhenOff:    True
  1428.  
  1429. *menuBar*sortByDate.visibleWhenOff:        False
  1430. *menuBar*sortByMessageNumber.visibleWhenOff:    False
  1431. *menuBar*sortBySubject.visibleWhenOff:        False
  1432. *menuBar*sortBySender.visibleWhenOff:        False
  1433.  
  1434. !=============================================================================
  1435. ! Mail/News menubar
  1436. !=============================================================================
  1437.  
  1438. !Mail menubar wont have this accelerator. This is used by reply
  1439. *Mail*menuBar*reload.acceleratorText:
  1440.  
  1441. *menubar*deliverNow.indicatorType:            ONE_OF_MANY
  1442. *menuBar*deliverNow.labelString:            Immediate Delivery
  1443. ! no mnemonic
  1444. ! no accelerator
  1445.  
  1446. *menubar*deliverLater.indicatorType:            ONE_OF_MANY
  1447. *menuBar*deliverLater.labelString:            Deferred Delivery
  1448. ! no mnemonic
  1449. ! no accelerator
  1450.  
  1451. !*getNewMail.labelString:                Get New Mail
  1452. *getNewMail.mnemonic:                    G
  1453. *getNewMail.acceleratorText:                Ctrl+T
  1454.  
  1455. !*deliverQueuedMessages.labelString:            Send Mail in Outbox
  1456. *deliverQueuedMessages.mnemonic:            d
  1457. *deliverQueuedMessages.acceleratorText:            Ctrl+H
  1458.  
  1459. !*openFolder.labelString:                Add Folder...
  1460. *openFolder.mnemonic:                    o
  1461.  
  1462. !*newFolder.labelString:                New Folder...
  1463. *newFolder.mnemonic:                    F
  1464.  
  1465. !*menuBar*compressFolder.labelString:            Compress this Folder
  1466. *menuBar*compressFolder.mnemonic:            s
  1467. *menuBar*compressFolder.acceleratorText:        Ctrl+K
  1468.  
  1469. !*menuBar*compressAllFolders.labelString:        Compress all Folders
  1470. *menuBar*compressAllFolders.mnemonic:            A
  1471.  
  1472. !*menuBar*emptyTrash.labelString:            Empty Trash Folder
  1473. *menuBar*emptyTrash.mnemonic:                E
  1474.  
  1475. !*deleteFolder.labelString:                Delete Folder
  1476. *deleteFolder.mnemonic:                    o
  1477.  
  1478. !*selectThread.labelString:                Select Thread
  1479. *selectThread.mnemonic:                    t
  1480. *selectThread.acceleratorText:                Ctrl+Shift+A
  1481.  
  1482. !*selectMarkedMessages.labelString:            Select Flagged Messages
  1483. *selectMarkedMessages.mnemonic:                M
  1484.  
  1485. !*selectAllMessages.labelString:            Select All
  1486. *selectAllMessages.mnemonic:                A
  1487. *selectAllMessages.acceleratorText:            Ctrl+A
  1488.  
  1489. *menuBar*sort.labelString:                Sort
  1490. *menuBar*sort.mnemonic:                    S
  1491.  
  1492. !*rot13Message.labelString:                Unscramble (ROT13)
  1493. *rot13Message.mnemonic:                    U
  1494.  
  1495. !*menuBar*nextMessage.labelString:            Next Message
  1496. *menuBar*nextMessage.mnemonic:                N
  1497. *menuBar*nextMessage.acceleratorText:            Ctrl+Down
  1498.  
  1499. !*menuBar*previousMessage.labelString:            Previous Message
  1500. *menuBar*previousMessage.mnemonic:            P
  1501. *menuBar*previousMessage.acceleratorText:        Ctrl+Up
  1502.  
  1503. !*menuBar*firstUnreadMessage.labelString:        First Unread
  1504. *menuBar*firstUnreadMessage.mnemonic:            U
  1505.  
  1506. !*menuBar*nextUnreadMessage.labelString:        Next Unread
  1507. *menuBar*nextUnreadMessage.mnemonic:            e
  1508. *menuBar*nextUnreadMessage.acceleratorText:        Ctrl+Shift+Down
  1509.  
  1510. !*menuBar*previousUnreadMessage.labelString:        Previous Unread
  1511. *menuBar*previousUnreadMessage.mnemonic:        r
  1512. *menuBar*previousUnreadMessage.acceleratorText:        Ctrl+Shift+Up
  1513.  
  1514. !*menuBar*firstMarkedMessage.labelString:        First Marked
  1515. *menuBar*firstMarkedMessage.mnemonic:            M
  1516.  
  1517. !*menuBar*nextMarkedMessage.labelString:        Next Marked
  1518. *menuBar*nextMarkedMessage.mnemonic:            x
  1519. *menuBar*nextMarkedMessage.acceleratorText:        Ctrl+Shift+Down
  1520.  
  1521. !*menuBar*previousMarkedMessage.labelString:        Previous Marked
  1522. *menuBar*previousMarkedMessage.mnemonic:        v
  1523. *menuBar*previousMarkedMessage.acceleratorText:        Ctrl+Shift+Up
  1524.  
  1525. !*menuBar*showAllMessages.labelString:            Show All Messages
  1526. *menuBar*showAllMessages.mnemonic:            w
  1527.  
  1528. !*menuBar*showOnlyUnread.labelString:        Show Only Unread Messages
  1529. *menuBar*showOnlyUnread.mnemonic:        U
  1530.  
  1531. *menuBar*showHeaders.labelString:            Show Headers
  1532. *menuBar*showHeaders.mnemonic:                H
  1533.  
  1534. !*menuBar*showAllHeaders.labelString:            All
  1535. *menuBar*showAllHeaders.mnemonic:            A
  1536.  
  1537. !*menuBar*showSomeHeaders.labelString:            Normal
  1538. *menuBar*showSomeHeaders.mnemonic:            N
  1539.  
  1540. !*menuBar*showMicroHeaders.labelString:            Brief
  1541. *menuBar*showMicroHeaders.mnemonic:            B
  1542.  
  1543. *editAddressBook.labelString:                Address Book
  1544. *editAddressBook.mnemonic:                A
  1545.  
  1546. !*menuBar*editAddress.labelString:            Add to Address Book
  1547. *menuBar*editAddress.mnemonic:                t
  1548.  
  1549. !*replyToSender.labelString:                Reply
  1550. *replyToSender.mnemonic:                R
  1551. *replyToSender.acceleratorText:                Ctrl+R
  1552.  
  1553. !*replyToAll.labelString:                Reply to All
  1554. *replyToAll.mnemonic:                    A
  1555. *replyToAll.acceleratorText:                Ctrl+Shift+R
  1556.  
  1557. !*forwardMessage.labelString:                Forward
  1558. *forwardMessage.mnemonic:                F
  1559. *forwardMessage.acceleratorText:            Ctrl+L
  1560.  
  1561. *forwardMessageQuoted.labelString:            Forward Quoted
  1562. *forwardMessageQuoted.mnemonic:                Q
  1563. *forwardMessageQuoted.acceleratorText:            Ctrl+Shift+D
  1564.  
  1565. !*menuBar*markSelectedRead.labelString:            Mark as Read
  1566. *menuBar*markSelectedRead.mnemonic:            d
  1567.  
  1568. !*menuBar*markSelectedUnread.labelString:        Mark as Unread
  1569. *menuBar*markSelectedUnread.mnemonic:            U
  1570.  
  1571. !*menuBar*markThreadRead.labelString:            Mark Thread Read
  1572. *menuBar*markThreadRead.mnemonic:            a
  1573.  
  1574. !*menuBar*markSelectedMessages.labelString:        Flag message
  1575. *menuBar*markSelectedMessages.mnemonic:            l
  1576.  
  1577. !*menuBar*unmarkSelectedMessages.labelString:        Unflag message
  1578. *menuBar*unmarkSelectedMessages.mnemonic:        e
  1579.  
  1580. !*menuBar*moveMessagesInto.labelString:            Move
  1581. *menuBar*moveMessagesInto.mnemonic:            v
  1582.  
  1583. !*menuBar*copyMessagesInto.labelString:            Copy
  1584. *menuBar*copyMessagesInto.mnemonic:            C
  1585.  
  1586. !*reSort.labelString:                    Again
  1587. *reSort.mnemonic:                    A
  1588.  
  1589. !*menuBar*threadMessages.labelString:            Thread Messages
  1590. *menuBar*threadMessages.mnemonic:            T
  1591.  
  1592. !*menuBar*sortBackward.labelString:            Ascending
  1593. *menuBar*sortBackward.mnemonic:                s
  1594.  
  1595. !*menuBar*sortByDate.labelString:            by Date
  1596. *menuBar*sortByDate.mnemonic:                D
  1597.  
  1598. !*menuBar*sortBySubject.labelString:            by Subject
  1599. *menuBar*sortBySubject.mnemonic:            u
  1600.  
  1601. !*menuBar*sortBySender.labelString:            by Sender
  1602. *menuBar*sortBySender.mnemonic:                e
  1603.  
  1604. !*menuBar*sortByMessageNumber.labelString:        by Message Number
  1605. *menuBar*sortByMessageNumber.mnemonic:            M
  1606.  
  1607. !*openNewsHost.labelString:                Open News Host...
  1608. *openNewsHost.mnemonic:                    O
  1609.  
  1610. *menuBar*deleteNewsHost.mnemonic:            H
  1611.  
  1612. *menuBar*getMoreMessages.mnemonic:            G
  1613. *menuBar*getMoreMessages.acceleratorText:        Ctrl+T
  1614.  
  1615. *menuBar*postNew.labelString:                New News Message
  1616. *menuBar*postNew.mnemonic:                N
  1617.  
  1618. !*postReply.labelString:                Post Reply
  1619. *postReply.mnemonic:                    o
  1620.  
  1621. !*postAndMailReply.labelString:                Post and Mail Reply
  1622. *postAndMailReply.mnemonic:                s
  1623.  
  1624. *menuBar*firstMarkedMessage.mnemonic:            F
  1625.  
  1626. !*showSubscribedNewsGroups.labelString:        Show Subscribed Newsgroups
  1627. *showSubscribedNewsGroups.mnemonic:        b
  1628.  
  1629. !*showActiveNewsGroups.labelString:        Show Active Newsgroups
  1630. *showActiveNewsGroups.mnemonic:            c
  1631.  
  1632. !*showAllNewsGroups.labelString:        Show All Newsgroups
  1633. *showAllNewsGroups.mnemonic:            A
  1634.  
  1635. !*checkNewNewsGroups.labelString:        Show New Newsgroups
  1636. *checkNewNewsGroups.mnemonic:            p
  1637.  
  1638. !*menuBar*cancelMessage.labelString:        Cancel Message
  1639. *menuBar*cancelMessage.mnemonic:        n
  1640.  
  1641. !*menuBar*addFromNewest.labelString:        Add from Newest Messages
  1642. *menuBar*addFromNewest.mnemonic:        f
  1643.  
  1644. !*menuBar*addFromOldest.labelString:        Add from Oldest Messages
  1645. *menuBar*addFromOldest.mnemonic:        O
  1646.  
  1647. ! These are std Mail folder names.
  1648. *popup*sentMail.labelString:            Sent
  1649. *popup*sentMail.mnemonic:            S
  1650.  
  1651. *popup*inbox.labelString:            Inbox
  1652. *popup*inbox.mnemonic:                I
  1653.  
  1654. *popup*trash.labelString:            Trash
  1655. *popup*trash.mnemonic:                T
  1656.  
  1657. *popup*newFolder.labelString:            New...
  1658. *popup*newFolder.mnemonic:            N
  1659.  
  1660. ! For menubar and popup
  1661. *addNewsgroup.labelString:            Add Newsgroup
  1662. *addNewsgroup.mnemonic:                g
  1663.  
  1664.  
  1665. !=============================================================================
  1666. ! MailCompose menubar
  1667. !=============================================================================
  1668. *menuBar*sendOrSendLater.labelString:            Send
  1669. *menuBar*sendOrSendLater.mnemonic:            S
  1670. *menuBar*sendOrSendLater.acceleratorText:        Ctrl+Enter
  1671.  
  1672. *menuBar*attachFile.labelString:            Attach...
  1673. *menuBar*attachFile.mnemonic:                F
  1674.  
  1675. !*menuBar*quoteMessage.labelString:            Include Original Text
  1676. *menuBar*quoteMessage.mnemonic:                I
  1677.  
  1678. !*menuBar*saveMessageAs.labelString:            Save As...
  1679. *menuBar*saveMessageAs.mnemonic:            A
  1680. *menuBar*saveMessageAs.acceleratorText:            Ctrl+S
  1681.  
  1682. *menuBar*pasteQuote.labelString:            Paste as Quotation
  1683. *menuBar*pasteQuote.mnemonic:                Q
  1684.  
  1685. *menuBar*selectAllText.labelString:            Select All
  1686. *menuBar*selectAllText.mnemonic:            S
  1687.  
  1688. *menuBar*clearAllText.labelString:            Clear
  1689.  
  1690. !*menuBar*rot13.labelString:                   Scramble (ROT13) Message
  1691. *menuBar*rot13.mnemonic:                S
  1692.  
  1693. !*Composition*menuBar*showAllHeaders.labelString:    All Fields
  1694. *Composition*menuBar*showAllHeaders.mnemonic:        A
  1695.  
  1696. !*menuBar*showReplyTo.labelString:            Reply To
  1697. *menuBar*showReplyTo.mnemonic:                R
  1698.  
  1699. !*menuBar*showTo.labelString:                Mail To
  1700. *menuBar*showTo.mnemonic:                M
  1701.  
  1702. !*menuBar*showCC.labelString:                Mail CC
  1703. *menuBar*showCC.mnemonic:                C
  1704.  
  1705. !*menuBar*showBCC.labelString:                Mail BCC
  1706. *menuBar*showBCC.mnemonic:                B
  1707.  
  1708. !*menuBar*showPostTo.labelString:            Post To
  1709. *menuBar*showPostTo.mnemonic:                P
  1710.  
  1711. !*menuBar*showFollowupTo.labelString:            Followups To
  1712. *menuBar*showFollowupTo.mnemonic:            F
  1713.  
  1714. !*menuBar*showSubject.labelString:            Subject
  1715. *menuBar*showSubject.mnemonic:                S
  1716.  
  1717. !*menuBar*showAttachments.labelString:            Attachment
  1718. *menuBar*showAttachments.mnemonic:            h
  1719.  
  1720. *menuBar*wrapLines.labelString:                Wrap Long Lines
  1721. *menuBar*wrapLines.mnemonic:                W
  1722.  
  1723.  
  1724. !~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  1725. ! Editor menubar.
  1726. !~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  1727. ! File menu
  1728. *menuBar*editorNew.labelString:                 New Document
  1729. *menuBar*editorNew.mnemonic:                N
  1730. *menuBar*editorNewBlank.labelString:            Blank
  1731. *menuBar*editorNewBlank.mnemonic:           B
  1732. *Editor*menuBar*editorNewBlank.acceleratorText: Ctrl+N
  1733. *menuBar*editorNewWizard.labelString:           From Wizard...
  1734. *menuBar*editorNewWizard.mnemonic:          W
  1735. *menuBar*editorNewTemplate.labelString:         From Template
  1736. *menuBar*editorNewTemplate.mnemonic:        T
  1737. *menuBar*editorBrowse.labelString:              Browse Document
  1738. *menuBar*editorBrowse.mnemonic:             B
  1739. *menuBar*openBrowseFile.labelString:        Open File in Browser...
  1740. *menuBar*editorOpenFile.labelString:        Open File in Editor...
  1741. *menuBar*editorOpenFile.mnemonic:            d
  1742. *Editor*menuBar*editorOpenFile.labelString:    Open File...
  1743. *Editor*menuBar*editorOpenFile.acceleratorText:    Ctrl+O
  1744. *Editor*menuBar*editorOpenFile.mnemonic:    F
  1745. *menuBar*publish.labelString:                Publish...
  1746. *menuBar*publish.mnemonic:                    u
  1747. *menuBar*pageSetup.labelString:                Page Setup...
  1748. *menuBar*printPreview.labelString:            Print Preview
  1749. *menuBar*save.labelString:                Save
  1750. *menuBar*save.acceleratorText:                Ctrl+S
  1751. *menuBar*save.mnemonic:                        S
  1752.  
  1753. ! Edit Menu
  1754. *menuBar*undoNull.labelString:            Nothing to Undo
  1755. *menuBar*undoTyping.labelString:        Undo Typing
  1756. *menuBar*undoAddText.labelString:        Undo Add Text
  1757. *menuBar*undoDeleteText.labelString:        Undo Delete Text
  1758. *menuBar*undoCut.labelString:            Undo Cut
  1759. *menuBar*undoPasteText.labelString:        Undo Paste Text
  1760. *menuBar*undoPasteHTML.labelString:        Undo Paste HTML
  1761. *menuBar*undoPasteHREF.labelString:        Undo Paste HREF
  1762. *menuBar*undoChangeAttributes.labelString:  Undo Change Attributes
  1763. *menuBar*undoIndent.labelString:        Undo Indent
  1764. *menuBar*undoParagraphAlign.labelString:    Undo Align Paragraph
  1765. *menuBar*undoMorphContainer.labelString:    Undo Change Paragraph Style
  1766. *menuBar*undoInsertHorizRule.labelString:   Undo Insert Horizontal Rule
  1767. *menuBar*undoSetHorizRuleData.labelString:  Undo Set Horizontal Rule Data
  1768. *menuBar*undoInsertImage.labelString:        Undo Insert Image
  1769. *menuBar*undoSetImageData.labelString:        Undo Set Image Data
  1770. *menuBar*undoInsertBreak.labelString:        Undo Insert Break
  1771. *menuBar*undoChangePageData.labelString:    Undo Change Page Data
  1772. *menuBar*undoSetMetaData.labelString:        Undo Set Meta Data
  1773. *menuBar*undoDeleteMetaData.labelString:    Undo Delete Meta Data
  1774. *menuBar*undoInsertTarget.labelString:        Undo Insert Target
  1775. *menuBar*undoSetTargetData.labelString:        Undo Set Target Data
  1776. *menuBar*undoInsertUnknownTag.labelString:  Undo Unknown Tag
  1777. *menuBar*undoSetUnknownTagData.labelString: Undo Set Unknown Tag Data
  1778. *menuBar*undoGroupOfChanges.labelString:    Undo Changes
  1779. *menuBar*undoSetListData.labelString:        Undo Set List Data
  1780. *menuBar*undoInsertTable.labelString:        Undo Insert Table
  1781. *menuBar*undoDeleteTable.labelString:        Undo Delete Table
  1782. *menuBar*undoSetTableData.labelString:        Undo Set Table Data
  1783. *menuBar*undoInsertTableCaption.labelString: Undo Insert Caption
  1784. *menuBar*undoSetTableCaptionData.labelString: Undo Set Caption Data
  1785. *menuBar*undoDeleteTableCaption.labelString: Undo Delete Caption
  1786. *menuBar*undoInsertTableRow.labelString:    Undo Insert Row
  1787. *menuBar*undoSetTableRowData.labelString:    Undo Set Row Data
  1788. *menuBar*undoDeleteTableRow.labelString:    Undo Delete Row
  1789. *menuBar*undoInsertTableColumn.labelString: Undo Insert Column
  1790. *menuBar*undoSetTableCellData.labelString:    Undo Set Cell Data
  1791. *menuBar*undoDeleteTableColumn.labelString: Undo Delete Column
  1792. *menuBar*undoInsertTableCell.labelString:    Undo Insert Cell
  1793. *menuBar*undoDeleteTableCell.labelString:    Undo Delete Cell
  1794.  
  1795. *menuBar*redoNull.labelString:            Nothing to Redo
  1796. *menuBar*redoTyping.labelString:        Redo Typing
  1797. *menuBar*redoAddText.labelString:        Redo Add Text
  1798. *menuBar*redoDeleteText.labelString:        Redo Delete Text
  1799. *menuBar*redoCut.labelString:            Redo Cut
  1800. *menuBar*redoPasteText.labelString:        Redo Paste Text
  1801. *menuBar*redoPasteHTML.labelString:        Redo Paste HTML
  1802. *menuBar*redoPasteHREF.labelString:        Redo Paste HREF
  1803. *menuBar*redoChangeAttributes.labelString:  Redo Change Attributes
  1804. *menuBar*redoIndent.labelString:        Redo Indent
  1805. *menuBar*redoParagraphAlign.labelString:    Redo Align Paragraph
  1806. *menuBar*redoMorphContainer.labelString:    Redo Change Paragraph Style
  1807. *menuBar*redoInsertHorizRule.labelString:   Redo Insert Horizontal Rule
  1808. *menuBar*redoSetHorizRuleData.labelString:  Redo Set Horizontal Rule Data
  1809. *menuBar*redoInsertImage.labelString:        Redo Insert Image
  1810. *menuBar*redoSetImageData.labelString:        Redo Set Image Data
  1811. *menuBar*redoInsertBreak.labelString:        Redo Insert Break
  1812. *menuBar*redoChangePageData.labelString:    Redo Change Page Data
  1813. *menuBar*redoSetMetaData.labelString:        Redo Set Meta Data
  1814. *menuBar*redoDeleteMetaData.labelString:    Redo Delete Meta Data
  1815. *menuBar*redoInsertTarget.labelString:        Redo Insert Target
  1816. *menuBar*redoSetTargetData.labelString:        Redo Set Target Data
  1817. *menuBar*redoInsertUnknownTag.labelString:  Redo Unknown Tag
  1818. *menuBar*redoSetUnknownTagData.labelString: Redo Set Unknown Tag Data
  1819. *menuBar*redoGroupOfChanges.labelString:    Redo Changes
  1820. *menuBar*redoSetListData.labelString:        Redo Set List Data
  1821. *menuBar*redoInsertTable.labelString:        Redo Insert Table
  1822. *menuBar*redoDeleteTable.labelString:        Redo Delete Table
  1823. *menuBar*redoSetTableData.labelString:        Redo Set Table Data
  1824. *menuBar*redoInsertTableCaption.labelString: Redo Insert Caption
  1825. *menuBar*redoSetTableCaptionData.labelString: Redo Set Caption Data
  1826. *menuBar*redoDeleteTableCaption.labelString: Redo Delete Caption
  1827. *menuBar*redoInsertTableRow.labelString:    Redo Insert Row
  1828. *menuBar*redoSetTableRowData.labelString:    Redo Set Row Data
  1829. *menuBar*redoDeleteTableRow.labelString:    Redo Delete Row
  1830. *menuBar*redoInsertTableColumn.labelString: Redo Insert Column
  1831. *menuBar*redoSetTableCellData.labelString:    Redo Set Cell Data
  1832. *menuBar*redoDeleteTableColumn.labelString: Redo Delete Column
  1833. *menuBar*redoInsertTableCell.labelString:    Redo Insert Cell
  1834. *menuBar*redoDeleteTableCell.labelString:    Redo Delete Cell
  1835.  
  1836. *menuBar*deleteItem.labelString:        Delete
  1837. *menuBar*deleteItem.mnemonic:            D
  1838. *menuBar*deleteItem.acceleratorText:        Ctrl+D
  1839.  
  1840. *menuBar*selectAll.labelString:            Select All
  1841. *menuBar*selectAll.acceleratorText:        Ctrl+A
  1842. *menuBar*selectAll.mnemonic:            S
  1843.  
  1844. *selectTable.labelString:                       Select Table
  1845. *selectTable.mnemonic:                          T
  1846. *deleteTableMenu.labelString:                   Delete Table
  1847. *deleteTableMenu.mnemonic:                        l
  1848. *deleteTable.labelString:                       Table
  1849. *deleteTable.mnemonic:                          T
  1850. *deleteRow.labelString:                         Row
  1851. *deleteRow.mnemonic:                            R
  1852. *deleteColumn.labelString:                      Column
  1853. *deleteColumn.mnemonic:                         o
  1854. *deleteCell.labelString:                        Cell
  1855. *deleteCell.mnemonic:                           C
  1856.  
  1857. ! View Menu
  1858. *Editor*menuBar*source.labelString:                View Document Source
  1859. *Editor*menuBar*source.mnemonic:                S
  1860. *menuBar*editSource.labelString:                Edit Document Source
  1861. *menuBar*editSource.mnemonic:                    E
  1862. *menuBar*paragraphMarks.labelString:            Display Paragraph Marks
  1863. *menuBar*paragraphMarks.mnemonic:                P
  1864. !*displayTableBoundaries.labelString:           Display Table Boundaries
  1865. *displayTables.labelString:                     Display Tables
  1866. *displayTables.mnemonic:                        T
  1867.  
  1868. ! Insert Menu
  1869. *menuBar*insert.labelString:                    Insert
  1870. *menuBar*insertLink.labelString:                Link...
  1871. *menuBar*insertLink.mnemonic:                   L
  1872. *menuBar*insertTarget.labelString:              Target...
  1873. *menuBar*insertTarget.mnemonic:                 a
  1874. *menuBar*insertImage.labelString:               Image...
  1875. *menuBar*insertImage.mnemonic:                  I
  1876. *menuBar*insertHorizontalLine.labelString:      Horizontal Line...
  1877. *menuBar*insertHorizontalLine.mnemonic:         o
  1878. *menuBar*insertHtmlTag.labelString:             HTML Tag...
  1879. *menuBar*insertHtmlTag.mnemonic:                H
  1880. *insertTableMenu.labelString:                   Table
  1881. *insertTableMenu.mnemonic:                      T
  1882. *menuBar*insertNewLineBreak.labelString:        New Line Break
  1883. *menuBar*insertNewLineBreak.acceleratorText:    Shift+Return
  1884. *menuBar*insertNewLineBreak.mnemonic:           N
  1885. *menuBar*insertBreakBelow.labelString:          Break below Image(s)
  1886. *menuBar*insertBreakBelow.mnemonic:             B
  1887. *menuBar*insertNonBreaking.labelString:         Nonbreaking Space
  1888. *menuBar*insertNonBreaking.acceleratorText:     Shift+Space
  1889. *menuBar*insertNonBreaking.mnemonic:            S
  1890.  
  1891. ! Insert/Tables pullaside.
  1892. *insertTable.labelString:                       Table...
  1893. *insertTable.mnemonic:                          T
  1894. *insertRow.labelString:                         Row
  1895. *insertRow.mnemonic:                            R
  1896. *insertColumn.labelString:                      Column
  1897. *insertColumn.mnemonic:                         o
  1898. *insertCell.labelString:                        Cell
  1899. *insertCell.mnemonic:                           C
  1900.  
  1901. ! Properties Menu
  1902. *menuBar*properties.labelString:        Properties
  1903. *menuBar*textProperties.labelString:    Text...
  1904. *menuBar*textProperties.mnemonic:        e
  1905. *menuBar*linkProperties.labelString:    Link...
  1906. *menuBar*linkProperties.mnemonic:        L
  1907. *menuBar*imageProperties.labelString:    Image...
  1908. *menuBar*imageProperties.mnemonic:        I
  1909. *menuBar*targetProperties.labelString:    Target...
  1910. *menuBar*targetProperties.mnemonic:        a
  1911. *menuBar*tableProperties.labelString:    Table...
  1912. *menuBar*tableProperties.mnemonic:        T
  1913. *menuBar*hruleProperties.labelString:    Horizontal Line...
  1914. *menuBar*hruleProperties.mnemonic:        o
  1915. *menuBar*tagProperties.labelString:        HTML Tag...
  1916. *menuBar*tagProperties.mnemonic:        H
  1917. *menuBar*documentProperties.labelString: Document...
  1918. *menuBar*documentProperties.mnemonic:   D
  1919.  
  1920. ! Properties Character Pullaside
  1921. *charProperties.labelString:            Character
  1922. *charProperties.mnemonic:                C
  1923. *charProperties.bold.labelString:        Bold
  1924. *charProperties.bold.acceleratorText:    Ctrl+B
  1925. *charProperties.bold.mnemonic:            B
  1926. *charProperties.underline.labelString:    Underline
  1927. *charProperties.underline.acceleratorText:    Ctrl+U
  1928. *charProperties.underline.mnemonic:        U
  1929. *charProperties.italic.labelString:        Italic
  1930. *charProperties.italic.acceleratorText:    Ctrl+I
  1931. *charProperties.italic.mnemonic:        I
  1932. *charProperties.fixed.labelString:        Fixed Width
  1933. *charProperties.fixed.acceleratorText:    Ctrl+T
  1934. *charProperties.fixed.mnemonic:            F
  1935. *charProperties.superscript.labelString: Superscript
  1936. *charProperties.superscript.mnemonic:    p
  1937. *charProperties.subscript.labelString:  Subscript
  1938. *charProperties.subscript.mnemonic:        S
  1939. *charProperties.strikethrough.labelString:    Strikethrough
  1940. *charProperties.strikethrough.mnemonic:    t
  1941. *charProperties.blink.labelString:        Blink
  1942. *charProperties.blink.mnemonic:         k
  1943. *charProperties.textColor.labelString:  Text Color...
  1944. *charProperties.textColor.mnemonic:        C
  1945. *charProperties.defaultColor.labelString:    Default Color
  1946. *charProperties.defaultColor.mnemonic:    D
  1947. *charProperties.serverJavaScript.labelString:    JavaScript (Server)
  1948. *charProperties.serverJavaScript.mnemonic: J
  1949. *charProperties.clientJavaScript.labelString:    JavaScript (Client)
  1950. *charProperties.clientJavaScript.mnemonic: v
  1951. *menuBar*charProperties.clearAllStyles.labelString:    Clear All Styles
  1952. *menuBar*charProperties.clearAllStyles.acceleratorText:    Ctrl+K
  1953. *menuBar*charProperties.clearAllStyles.mnemonic:    a
  1954. *menuBar*fontSize.labelString:            Font Size
  1955. *menuBar*fontSize.mnemonic:                S
  1956. *menuBar*paragraphProperties.labelString:    Paragraph
  1957. *menuBar*paragraphProperties.mnemonic:        P
  1958. *menuBar*paragraphProperties.indent.labelString:        Indent one level
  1959. *menuBar*paragraphProperties.indent.acceleratorText:    Tab
  1960. *menuBar*paragraphProperties.indent.mnemonic:           I
  1961. *menuBar*paragraphProperties.outdent.labelString:        Remove one indent level
  1962. *menuBar*paragraphProperties.outdent.acceleratorText:    Shift+Tab
  1963. *menuBar*paragraphProperties.outdent.mnemonic:          R
  1964.  
  1965. ! Properties Font Size PullAside/Toolbar Font Size Popup.
  1966. *characterToolbar*fontSize.marginWidth:            0
  1967. *characterToolbar*fontSize.marginHeight:        0
  1968. *fontSize.XmPushButtonGadget.labelType: STRING
  1969. *fontSize.minusTwo.labelString:                -2
  1970. *fontSize.minusOne.labelString:                -1
  1971. *fontSize.plusZero.labelString:                +0
  1972. *fontSize.plusZero.mnemonic:                 0
  1973. *fontSize.plusOne.labelString:                +1
  1974. *fontSize.plusOne.mnemonic:                  1
  1975. *fontSize.plusTwo.labelString:                +2 
  1976. *fontSize.plusTwo.mnemonic:                  2
  1977. *fontSize.plusThree.labelString:            +3
  1978. *fontSize.plusThree.mnemonic:                3
  1979. *fontSize.plusFour.labelString:                +4
  1980. *fontSize.plusFour.mnemonic:                 4
  1981.  
  1982. ! Properties Paragraph PullAside/Toolbar Properties Popup.
  1983. *paragraphToolbar*paragraphProperties.marginWidth:    0
  1984. *paragraphToolbar*paragraphProperties.marginHeight:    0
  1985. *paragraphProperties.XmPushButtonGadget.labelType:    STRING
  1986. *normal.labelString:            Normal
  1987. *normal.mnemonic:                N
  1988. *headingOne.labelString:        Heading 1
  1989. *headingOne.mnemonic:            1
  1990. *headingTwo.labelString:        Heading 2
  1991. *headingTwo.mnemonic:            2
  1992. *headingThree.labelString:        Heading 3
  1993. *headingThree.mnemonic:            3
  1994. *headingFour.labelString:        Heading 4
  1995. *headingFour.mnemonic:            4
  1996. *headingFive.labelString:        Heading 5
  1997. *headingFive.mnemonic:            5
  1998. *headingSix.labelString:        Heading 6
  1999. *headingSix.mnemonic:            6
  2000. *address.labelString:            Address
  2001. *address.mnemonic:                A
  2002. *formatted.labelString:            Formatted
  2003. *formatted.mnemonic:            F
  2004. *listItem.labelString:            List Item
  2005. *listItem.mnemonic:                L
  2006. *descriptionItem.labelString:        Description Title
  2007. *descriptionItem.mnemonic:        T
  2008. *descriptionText.labelString:        Description Text
  2009. *descriptionText.mnemonic:        x
  2010.  
  2011. ! Options Menu
  2012. *menuBar*editorPrefs.labelString:    Editor Preferences...
  2013. *menuBar*editorPrefs.mnemonic:        E
  2014. *Editor*menuBar*showToolbar.labelString:    Show File/Edit Toolbar
  2015. *Editor*menuBar*showToolbar.mnemonic:    T
  2016. *menuBar*showCharacter.labelString:    Show Character Toolbar
  2017. *menuBar*showCharacter.mnemonic:    C
  2018. *menuBar*showParagraph.labelString:    Show Paragraph Toolbar
  2019. *menuBar*showParagraph.mnemonic:    P
  2020.  
  2021. ! Windows Menu
  2022. *menuBar*netBrowser.labelString:    Netscape Browser
  2023. *menuBar*siteManager.labelString:    Netscape Site Manager
  2024.  
  2025. ! Editor Popup Menu
  2026. *popup*textProperties.labelString:      Text Properties...
  2027. *popup*textProperties.mnemonic:         x
  2028. *popup*targetProperties.labelString:    Target Properties...
  2029. *popup*targetProperties.mnemonic:       a
  2030. *popup*imageProperties.labelString:     Image Properties...
  2031. *popup*imageProperties.mnemonic:        I
  2032. *popup*tableProperties.labelString:     Table Properties...
  2033. *popup*tableProperties.mnemonic:        T
  2034. *popup*hruleProperties.labelString:     Horizontal Line Properties...
  2035. *popup*hruleProperties.mnemonic:        o
  2036. *popup*tagProperties.labelString:       HTML Tag Properties...
  2037. *popup*tagProperties.mnemonic:          H
  2038. *popup*paragraphProperties.labelString: Paragraph Properties...
  2039. *popup*paragraphProperties.mnemonic:    g
  2040. *popup*documentProperties.labelString:  Document Properties...
  2041. *popup*documentProperties.mnemonic:     D
  2042. *popup*insert.labelString:              Insert
  2043. *popup*insert.mnemonic:                 s
  2044. *popup*delete.labelString:              Delete
  2045. *popup*delete.mnemonic:                 l
  2046. *popup*insertLink.labelString:          Insert Link...
  2047. *popup*insertLink.mnemonic:             n
  2048. *popup*linkProperties.labelString:      Link Properties...
  2049. *popup*linkProperties.mnemonic:         n
  2050. *popup*browseLink.labelString:          Open Link in Browser...
  2051. *popup*browseLink.mnemonic:             w
  2052. *popup*editLink.labelString:            Open Link in Editor...
  2053. *popup*editLink.mnemonic:               E
  2054. *popup*bookmarkLink.labelString:        Add Link to Bookmarks
  2055. *popup*bookmarkLink.mnemonic:           B
  2056. *popup*copyLink.labelString:            Copy Link to Clipboard
  2057. *popup*copyLink.mnemonic:               k
  2058. *popup*removeLink.labelString:          Remove Link
  2059. *popup*removeLink.mnemonic:             R
  2060. *popup*cut.labelString:                 Cut
  2061. *popup*cut.mnemonic:                    u
  2062. *popup*cut.acceleratorText:             Ctrl+X
  2063. *popup*copy.labelString:                Copy
  2064. *popup*copy.mnemonic:                   C
  2065. *popup*copy.acceleratorText:            Ctrl+C
  2066. *popup*paste.labelString:               Paste
  2067. *popup*paste.mnemonic:                  P
  2068. *popup*paste.acceleratorText:           Ctrl+Y
  2069.  
  2070. !~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  2071. ! Editor toolbar (text only).
  2072. !~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  2073. *toolBar.editDocument.labelString:      Edit
  2074. *toolBar.editorNewBlank.labelString:    New
  2075. *toolBar.editorOpenFile.labelString:    Open...
  2076. *toolBar.save.labelString:              Save
  2077. *toolBar.editorBrowse.labelString:      Browse
  2078. *toolBar.cut.labelString:        Cut
  2079. *toolBar.copy.labelString:        Copy
  2080. *toolBar.paste.labelString:        Paste
  2081. *toolBar.publish.labelString:        Publish...
  2082.  
  2083. !~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  2084. ! Editor dialogs.
  2085. !~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  2086. *textPropertiesDialog_popup.title:            Netscape: Properties
  2087. *textPropertiesDialog.folder.XmForm.marginHeight:    10
  2088. *textPropertiesDialog.folder.XmForm.marginWidth:    10
  2089. *textPropertiesDialog*XmFrame.marginHeight:        2
  2090. *textPropertiesDialog*XmFrame.marginWidth:        2
  2091. *imagePropertiesDialog_popup.title:               Netscape: Properties
  2092. *imagePropertiesDialog.folder.XmForm.marginHeight:    10
  2093. *imagePropertiesDialog.folder.XmForm.marginWidth:    10
  2094. *imagePropertiesDialog*XmFrame.marginHeight:        2
  2095. *imagePropertiesDialog*XmFrame.marginWidth:        2
  2096.  
  2097. ! Properties/Link properties.
  2098. *linkProperties.tabLabelString:    Link
  2099. *linkSourceTitle.labelString:    Link source
  2100. *linkSourceLabel.labelString:        Enter the text of the link:
  2101. *linkToTitle.labelString:        Link to
  2102. *linkToLabel.labelString:        Enter link to a page location or local file:
  2103. *browseFile.labelString:        Browse File...
  2104. *removeLink.labelString:        Remove Link
  2105. *removeLinks.labelString:        Remove Links
  2106. *menuBar*removeLinks.mnemonic:      R
  2107. *linkTarget.labelString:        \
  2108.             Link to a named target in specified document(optional)
  2109. *showTargets.labelString:        Show targets in: 
  2110. *currentDocument.labelString:        Current document
  2111. *selectedFile.labelString:        Selected file
  2112. *linkProperties*targetText.height:                100
  2113.  
  2114. ! Properties/Character properties:
  2115. *characterProperties.tabLabelString:    Character
  2116. *colorTitle.labelString:                Color
  2117. *colorLabel.labelString:                Current color:
  2118. *default.labelString:                      Document's default color
  2119. *custom.labelString:                    Custom color
  2120. *chooseColor.labelString:                Choose Color...
  2121. *colorText.labelString:        Selected text will be set to the chosen color.
  2122. *sizeTitle.labelString:                    Size
  2123. *sizeText.labelString:        Each paragraph style has\nits own default size.
  2124. *styleTitle.labelString:                Style
  2125. *clearStyles.labelString:                Clear Style Settings
  2126. *characterProperties*clearStyles.marginWidth:        10
  2127. *characterProperties*clearStyles.marginHeight:        5
  2128. *characterProperties*clearStyles.leftOffset:        30
  2129. *characterProperties*clearStyles.rightOffset:        30
  2130. *characterProperties*clearStyles.bottomAttachment:    ATTACH_FORM
  2131. *characterProperties*clearStyles.bottomOffset:        5
  2132. *characterProperties*javaFrame.leftOffset:        10
  2133. *characterProperties*sizeFrame.leftOffset:        10
  2134. *javaTitle.labelString:                    Java Script
  2135. *java*client.labelString:                Client
  2136. *java*server.labelString:                Server
  2137. *clearAll.labelString:                    Clear All Settings
  2138. *characterProperties*clearAll.marginWidth:        10
  2139. *characterProperties*clearAll.marginHeight:        5
  2140. *characterProperties*clearAll.topOffset:        20
  2141. *characterProperties*clearAll.leftOffset:        15
  2142. *characterProperties*clearAll.rightOffset:        15
  2143.  
  2144. ! Properties/Paragraph properties:
  2145. *paragraphProperties.tabLabelString: Paragraph
  2146. *styleLabel.labelString:            Paragraph style:
  2147. *additionalLabel.labelString:            Additional style:
  2148. *additional*default.labelString:        Default
  2149. *additional*list.labelString:            List
  2150. *additional*blockQuote.labelString:        Block quote
  2151. *listTitle.labelString:                List
  2152. *listLabel.labelString:                Style:
  2153. *numbered.labelString:                Numbered
  2154. *unnumbered.labelString:            Unnumbered
  2155. *directory.labelString:                Directory
  2156. *menu.labelString:                Menu
  2157. *description.labelString:            Description
  2158. *automatic.labelString:                Automatic
  2159. *digital.labelString:                1,2,3,4,5..
  2160. *lowerRoman.labelString:            i,ii,iii,iv,v..
  2161. *upperRoman.labelString:            I,II,III,IV,V..
  2162. *lowerAlpha.labelString:            a,b,c,d,e..
  2163. *upperAlpha.labelString:            A,B,C,D,E..
  2164. *solidCircle.labelString:            Solid Circle
  2165. *openCircle.labelString:            Open Circle
  2166. *openSquare.labelString:            Open Square
  2167. *startLabel.labelString:            Starting number
  2168. *startText.columns:                4
  2169. *spaceAvailable.labelString:            This Space Available
  2170. *paragraphProperties*spaceAvailable.topOffset:    40
  2171. *paragraphProperties*spaceAvailable.leftOffset:    150
  2172.  
  2173. ! Properties/Image properties:
  2174. *imageProperties.tabLabelString:    Image
  2175. *imageFileTitle.labelString:            Image file name
  2176. *browse.labelString:                Browse...
  2177. *alternativeInfoLabel.labelString:    Alternative representations (optional):
  2178. *alternativeImageLabel.labelString:        Image:
  2179. *alternativeTextLabel.labelString:        Text:
  2180. *alignmentRowColumn*XmToggleButtonGadget.shadowThickness: 2
  2181. *alignmentTitle.labelString:            Alignment
  2182. *alignmentInfoLabel.labelString:    \
  2183. To see wrapped text, view page in Browse window.
  2184. *heightLabel.labelString:            Height:
  2185. *widthLabel.labelString:            Width:
  2186. *imageSpaceTitle.labelString:            Space around image
  2187. *imageProperties.imageSpaceFrame.leftOffset:    10
  2188. *leftRightLabel.labelString:            Left and right:
  2189. *topBottomLabel.labelString:            Top and Bottom:
  2190. *solidBorderLabel.labelString:            Solid Border:
  2191. *originalSize.labelString:            Original Size
  2192. *copyImage.labelString:                Copy image to document location
  2193. *removeImageMap.labelString:            Remove Image Map
  2194. *editImage.labelString:                Edit Image
  2195.  
  2196. ! Horizontal Line Properties
  2197. *horizontalLineProperties_popup.title: Netscape: Horizontal Line
  2198. *dimensionsTitle.labelString:       Dimensions
  2199. *horizontalLineProperties*XmFrame.marginWidth:  10
  2200. *horizontalLineProperties*XmFrame.marginHeight: 10
  2201. *heightLabel.labelString:           Height:
  2202. *heightText.columns:                4
  2203. *pixels.labelString:                pixels
  2204. *widthLabel.labelString:            Width:
  2205. *widthText.columns:                 4
  2206. *percent.labelString:               % of window
  2207. *alignTitle.labelString:            Align
  2208. *left.labelString:                  Left
  2209. *center.labelString:                Center
  2210. *right.labelString:                 Right
  2211. *threeDShading.labelString:         3-D shading
  2212.  
  2213. ! Document Properties & Editor Preferences/Appearance
  2214. *appearanceProperties.tabLabelString:                Appearance
  2215. *documentPropertiesDialog_popup.title:        Netscape: Document Properties
  2216. *editorPreferencesDialog_popup.title:        Netscape: Editor Preferences
  2217. *folder*appearance.marginHeight:        10
  2218. *folder*appearance.marginWidth:            10
  2219. *folder*appearance*XmFrame.marginHeight:    2
  2220. *folder*appearance*XmFrame.marginWidth:        2
  2221. *appearance*custom.labelString:            Use custom colors
  2222. *appearance*browser.labelString:        \
  2223. Use the Browser's color settings
  2224. *schemesTitle.labelString:            Color schemes
  2225. *save.labelString:                    Save
  2226. *remove.labelString:                Remove
  2227. *documentColorsTitle.labelString:    Document colors
  2228. *documentPropertiesDialog*previewFrame.marginHeight:    0
  2229. *documentPropertiesDialog*previewFrame.marginWidth:    0
  2230. *appearance*normal.labelString:            Normal text...
  2231. *appearance*link.labelString:            Link text...
  2232. *appearance*active.labelString:            Active Link text...
  2233. *appearance*followed.labelString:        Followed Link text...
  2234. *appearance*background.labelString:        Background...
  2235. *appearance*backgroundInfo.labelString:        Background image will override color.
  2236. *appearance*preview.normal.labelString:        Normal text
  2237. *appearance*preview.link.labelString:        Link text
  2238. *appearance*preview.active.labelString:        Active (selected) link
  2239. *appearance*preview.followed.labelString:    Followed (visited) link
  2240. *appearance*preview*normalLabelString:        Normal text
  2241. *appearance*preview*linkLabelString:        Link text
  2242. *appearance*preview*activeLabelString:        Active (selected) link
  2243. *appearance*preview*followedLabelString:    Followed (visited) link
  2244. *backgroundImageTitle.labelString:            Background image
  2245. *browseImageFile.labelString:                Browse for File...
  2246. *solid.labelString:                Solid color
  2247. *useImage.labelString:                Use Image
  2248. *choose.labelString:                Choose Color...
  2249. *documentPropertiesDialog*appearance*infoLabel.labelString:    \
  2250. These settings will be applied to the current document.
  2251. *editorPreferencesDialog*appearance*infoLabel.labelString:    \
  2252. These settings will be applied to new documents, not the current.
  2253.  
  2254. ! Document Properties/General
  2255. *generalProperties.tabLabelString:    General
  2256. *folder*general.marginHeight:            10
  2257. *folder*general.marginWidth:            10
  2258. *locationLabel.labelString:            Location:
  2259. *titleLabel.labelString:            Title:
  2260. *authorLabel.labelString:            Author:
  2261. *descriptionLabel.labelString:            Description:
  2262. *createdLabel.labelString:            Creation date:
  2263. *updatedLabel.labelString:            Last updated:
  2264. *otherAttributesTitle.labelString:        Other attributes
  2265. *infoLabel.labelString:                \
  2266. Use commas to separate multiple words or phrases.
  2267. *keywordsLabel.labelString:            Keywords:
  2268. *classificationLabel.labelString:        Classification:
  2269.  
  2270. ! Document Properties/Advanced
  2271. *advanced.tabLabelString:            Advanced
  2272. *folder*advanced.marginHeight:        10
  2273. *folder*advanced.marginWidth:        10
  2274. *systemLabel.labelString:        Netscape system variables (HTTP-EQUIV):
  2275. *userLabel.labelString:            User variables (META):
  2276. *nameLabel.labelString:            Name:
  2277. *valueLabel.labelString:        Value:
  2278. *delete.labelString:            Delete
  2279. *set.labelString:            Set
  2280. *new.labelString:            New
  2281.  
  2282. ! Target Properties
  2283. *targetPropertiesDialog_popup.title:    Netscape: Target Properties
  2284. *targetLabel.labelString:        Enter a name for this target:
  2285.  
  2286. ! Html Properties
  2287. *htmlPropertiesDialog_popup.title:    Netscape: HTML Tag
  2288. *htmlPropertiesInfo.labelString:    \
  2289.     Enter tag name and any attributes or parameters for one tag only.
  2290. *htmlPropertiesDialog.Apply.labelString:Verify
  2291. *htmlPropertiesDialog.ApplyLabelString: Verify
  2292.  
  2293. ! Editor Preferences/General
  2294. *generalPreferences.tabLabelString:    General
  2295. *authorTitle.labelString:        Author name
  2296. *externalTitle.labelString:        External editors
  2297. *htmlLabel.labelString:            HTML source:
  2298. *imageLabel.labelString:        Image:
  2299. *templateTitle.labelString:        New document template
  2300. *locationLabel.labelString:        Location:
  2301. *templateInfo.labelString:        \
  2302.             This page will open when you select from menu:\n\
  2303. File/New Document/From Template.
  2304. *restoreDefault.labelString:        Restore default
  2305. *autosaveTitle.labelString:        Auto Save
  2306. *autosaveEnable.labelString:    Automatically save document every:
  2307. *minutes.labelString:            minutes
  2308.  
  2309. ! Editor/Tables Properties&Create
  2310. *table.tabLabelString:            Table
  2311. *row.tabLabelString:            Row
  2312. *cell.tabLabelString:            Cell
  2313. *tableCreateDialog_popup.title:                Netscape: New Table Properties
  2314. *tablePropertiesDialog_popup.title:               Netscape: Table Properties
  2315. *tableRowsLabel.labelString:                Number of rows:
  2316. *tableColumnsLabel.labelString:                Number of columns:
  2317. *attributesTitle.labelString:                Attributes
  2318. *tableAlignmentTitle.labelString:            Table alignment
  2319. *borderLineWidthLabel.labelString:            Border line width
  2320. *borderLineWidthUnits.labelString:            pixels
  2321. *cellSpacingLabel.labelString:                Cell spacing
  2322. *cellSpacingUnits.labelString:                pixels between cells
  2323. *cellPaddingLabel.labelString:                Cell padding
  2324. *cellPaddingUnits.labelString:                   pixel space within cells
  2325. *tableWidthToggle.labelString:                Table width
  2326. *tableHeightToggle.labelString:                Table min. height
  2327. *tableColorToggle.labelString:                Table color
  2328. *captionToggle.labelString:                Include caption
  2329. *above.labelString:                    above
  2330. *below.labelString:                    below table
  2331. *tableWidthUnits.marginWidth:                0
  2332. *tableWidthUnits.marginHeight:                0
  2333. *tableHeightUnits.marginWidth:                0
  2334. *tableHeightUnits.marginHeight:                0
  2335. *captionUnits.marginWidth:                0
  2336. *captionUnits.marginHeight:                0
  2337. *textAlignmentTitle.labelString:            Text alignment
  2338. *horizontalLabel.labelString:                Horizontal
  2339. *verticalLabel.labelString:                Vertical
  2340. *textAlignment*default.labelString:            Default
  2341. *textAlignment*left.labelString:            Left
  2342. *textAlignment*right.labelString:            Right
  2343. *textAlignment*center.labelString:            Center
  2344. *textAlignment*top.labelString:                Top
  2345. *textAlignment*bottom.labelString:            Bottom
  2346. *textAlignment*baselines.labelString:            Baselines
  2347. *tableAlignmentBox*left.labelString:            Left
  2348. *tableAlignmentBox*right.labelString:            Right
  2349. *tableAlignmentBox*center.labelString:            Center
  2350. *rowColorToggle.labelString:                Row color
  2351. *textOtherTitle.labelString:                Text
  2352. *headerStyle.labelString:                Header style
  2353. *wrapText.labelString:                    Wrap text
  2354. *cellRowsLabel.labelString:                Cell spans
  2355. *cellColumnsLabel.labelString:                row(s), and 
  2356. *cellColumnsUnits.labelString:                column(s)
  2357. *cellWidthToggle.labelString:                Cell width
  2358. *cellHeightToggle.labelString:                Cell min. height
  2359. *cellColorToggle.labelString:                Cell color
  2360. *percentOfCell.labelString:                % of parent cell
  2361. *percentOfWindow.labelString:            % of window
  2362. *cancel.cancelLabelString:              Cancel
  2363. *cancel.closeLabelString:               Close
  2364. *Cancel.cancelLabelString:              Cancel
  2365. *Cancel.closeLabelString:               Close
  2366.  
  2367. ! Editor Preferences/Publish
  2368. *publishPreferences.tabLabelString:    Publish
  2369. *folder*publish.marginHeight:        10
  2370. *folder*publish.marginWidth:        10
  2371. *linksAndImagesTitle.labelString:    Links and images
  2372. *linksAndImagesLabel.labelString:    \
  2373.     When saving remote documents, and when inserting links and images:
  2374. *linksToggle.labelString:        Maintain links
  2375. *linksInfo.labelString:            \
  2376.     Adjust links to work from the document's location. (Links to local\n\
  2377. documents will work when local versions exist).
  2378. *imagesToggle.labelString:        Keep images with document
  2379. *imagesInfo.labelString:        \
  2380.     Save copies of images to the document's location.\n\
  2381. Images will always appear in local versions of the document and\n\
  2382. when document is published.
  2383. *linksAndImagesTip.labelString:        \
  2384.         Tip: Set both options if you will be using remote publishing.
  2385. *publishTitle.labelString:        Default publishing location
  2386. *publishLabel.labelString:        Publish to (FTP or HTTP):    
  2387. *browseLabel.labelString:        Browse to (HTTP):
  2388. *usernameLabel.labelString:        User name:
  2389. *passwordLabel.labelString:        Password:
  2390. *savePassword.labelString:        Save password
  2391.  
  2392. ! Publish Files dialog box
  2393. *publishFilesDialog_popup.title:    Netscape: Publish Files
  2394. *localFilesTitle.labelString:        Local files
  2395. *localFiles.publishLabel.labelString:    Publish:
  2396. *includeLabel.labelString:        Include files:
  2397. *includeImages.labelString:        Include images
  2398. *includeFiles.labelString:        Include files
  2399. *selectNone.labelString:        Select None
  2400. *selectAll.labelString:            Select All
  2401. *publishLocationTitle.labelString:    Publishing location
  2402. *publishLocation.publishLabel.labelString: \
  2403.                 Upload files to this location (FTP or HTTP):
  2404. *useDefault.labelString:        Use Default Location
  2405.  
  2406. *hintDialog_popup.title:        Netscape: Hint
  2407. *dontDisplayAgain.labelString:    Don't display this message again.
  2408. *hintDialog.dontDisplayAgainRow.marginWidth: 9
  2409.  
  2410. !~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  2411. ! Editor popups.
  2412. !~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  2413. ! Color Picker
  2414. *setColors_popup.title:                    Netscape: Set Colors
  2415. *standardColorsTitle.labelString:    Standard Colors
  2416.  
  2417. ! Save Remote Dialog.
  2418. *saveRemote.marginHeight:        10
  2419. *saveRemote.marginWidth:        10
  2420. ! These don't seem to get set by above two lines.
  2421. *saveRemote*infoIcon.marginWidth:    15
  2422. *saveRemote*infoIcon.marginHeight:    15
  2423. *saveRemote_popup.title:        Netscape: Save Remote Document
  2424. *saveRemote*infoText.labelString:    \
  2425. This document is on a remote server.\n\
  2426. You must save it locally before making\n\
  2427. changes.
  2428. *saveRemote*linksTitle.labelString:    Links
  2429. *saveRemote*linksToggle.labelString:   Adjust links to aid in remote publishing
  2430. *saveRemote*linksText.labelString:    \
  2431. Links to other documents in the same location (directory) will work\n\
  2432. locally and when documents are published.\n\
  2433. \n\
  2434. Links to remote sites will not change.
  2435. *saveRemote*imagesTitle.labelString:    Images
  2436. *saveRemote*imagesToggle.labelString:    Save images with document
  2437. *saveRemote*imagesText.labelString:    \
  2438. Images will appear in local versions of the document.
  2439. *saveRemote*save.labelString:        Save
  2440. *saveRemote*cancel.labelString:        Cancel
  2441. *saveRemote*help.labelString:        Help
  2442.  
  2443. ! Confirm Save File(s) Dialog.
  2444. *confirmSaveFiles_popup.title:            Netscape: Confirm Save File
  2445. *confirmSaveFiles.marginHeight:            0
  2446. *confirmSaveFiles.marginWidth:            0
  2447. *yes.labelString:        Yes
  2448. *confirmSaveFiles*yesToAll.labelString:        Yes To All
  2449. *no.labelString:        No
  2450. *confirmSaveFiles*noToAll.labelString:        No To All
  2451. *confirmSaveFiles*cancel.labelString:        Cancel
  2452. *confirmSaveFiles*help.labelString:        Help
  2453. *confirmSaveFiles*defaultButtonShadowThickness:    0
  2454.  
  2455. ! Save/Upload files message dialogs.
  2456. *saveMessageDialog_popup.title:            Saving files
  2457. *uploadMessageDialog_popup.title:        Uploading files
  2458. *imageLoadMessageDialog_popup.title:    Loading image
  2459. *saveMessageDialog.width:               400
  2460. *uploadMessageDialog.width:             400
  2461. *imageLoadMessageDialog.width:          400
  2462.  
  2463. !=============================================================================
  2464. ! Mail/News column titles
  2465. !=============================================================================
  2466. *mailNewsColumns.folderlist.Name:    Name
  2467. *mailNewsColumns.folderlist.Unread:    Unread
  2468. *mailNewsColumns.folderlist.Total:    Total
  2469. *mailNewsColumns.messagelist.Thread:    Thread
  2470. *mailNewsColumns.messagelist.Sender:    Sender
  2471. *mailNewsColumns.messagelist.Subject:    Subject
  2472. *mailNewsColumns.messagelist.Date:    Date
  2473.  
  2474.  
  2475. !=============================================================================
  2476. *toolBar.back.labelString:        Back
  2477. *toolBar.forward.labelString:        Forward
  2478. *toolBar.home.labelString:        Home
  2479. *toolBar.reload.labelString:        Reload
  2480. *toolBar*loadImages.labelString:    Load Images
  2481. *toolBar.openURL.labelString:        Open...
  2482. *toolBar.print.labelString:        Print...
  2483. *toolBar*find.labelString:        Find...
  2484. *toolBar*abort.labelString:        Stop
  2485.  
  2486. *toolBar*spacer.marginWidth:        4
  2487. *urlBar*spacer.marginWidth:        4
  2488.  
  2489. *urlBar*whatsNew.labelString:        What's New?
  2490. *urlBar*whatsCool.labelString:        What's Cool?
  2491. *urlBar*inetIndex.labelString:        Destinations
  2492. *urlBar*inetSearch.labelString:        Net Search
  2493. *urlBar*inetWhite.labelString:        People
  2494. *urlBar*upgrade.labelString:        Software
  2495. *urlBar*welcome.labelString:        Welcome
  2496. *urlBar*newsgroups.labelString:        Newsgroups
  2497.  
  2498. *toolBar.getNewMail.labelString:    Get Mail
  2499. *toolBar.deleteMessage.labelString:    Delete
  2500. *toolBar.mailNew.labelString:        New Mail Message
  2501. *toolBar.postNew.labelString:        New
  2502. *toolBar.replyToSender.labelString:    Reply
  2503. *toolBar.replyToAll.labelString:    Reply All
  2504. *toolBar.postReply.labelString:        Post Reply
  2505. *toolBar.postAndMailReply.labelString:    Reply
  2506. *toolBar.forwardMessage.labelString:    Forward
  2507. *toolBar.previousUnreadMessage.labelString:Previous
  2508. *toolBar.nextUnreadMessage.labelString:    Next
  2509. *toolBar.markThreadRead.labelString:    Thread
  2510. *toolBar.markAllRead.labelString:    All
  2511.  
  2512. !=============================================================================
  2513. ! Toolbar for mail compose
  2514. *toolBar.SendOrSendLater.labelString:    Send
  2515. *toolBar.quoteMessage.labelString:    Quote
  2516. *toolBar.attachFile.labelString:    Attach
  2517. *toolBar.editAddressBook.labelString:    Address Book
  2518.  
  2519. !=============================================================================
  2520. *noDocumentLoadedMessage:    No document has yet been loaded in this window.
  2521. *optionsSavedMessage:        Options have been saved.
  2522. *clickToSaveMessage:        Click on the link to save.
  2523. *clickToSaveCancelledMessage:    Save link to file was cancelled.
  2524. *noPreviousURLMessage:        No previous document.
  2525. *noNextURLMessage:        No next document.
  2526. *noHomeURLMessage:        No home document specified.
  2527. *notOverImageMessage:        Not over an image.
  2528. *notOverLinkMessage:        Not over a link.
  2529. *noSearchStringMessage:        Nothing to search for.
  2530. *wrapSearchMessage:         End of document reached; continue from beginning?
  2531. *wrapSearchBackwardMessage:  Beginning of document reached; continue from end?
  2532. *noAddressesMessage:         No recipients specified.
  2533. *noFileMessage:             No output file specified.
  2534. *noPrintCommandMessage:         No print command specified.
  2535. *overwriteFileMessage:         Overwrite existing file %s?
  2536. *bookmarksChangedMessage:    Bookmarks file has changed on disk: overwrite it?
  2537. *bookmarkConflictMessage:   \
  2538.             Bookmark list not saved.\nReload the disk version now?
  2539. *bookmarksNoFormsMessage:    \
  2540.           Cannot add the result of a form submission to the bookmark list.
  2541. *reallyQuitMessage:        Really Quit?
  2542. *doubleInclusionMessage:    \n\
  2543. The document has already been quoted.\n\
  2544.  \n\
  2545. Are you sure you want to quote it again?\n
  2546.  
  2547. *expireNowMessage:        \
  2548.         This will mark all of your links as unfollowed.\nProceed?
  2549. *clearMemCacheMessage:        \
  2550.     This will remove all the files currently in your memory cache.\nContinue?
  2551. *clearDiskCacheMessage:        \
  2552.     This will remove all the files currently in your disk cache.\nContinue?
  2553.  
  2554. *createCacheDirErrorMessage: \
  2555. Error: unable to create the persistent cache directory:\n\
  2556.  \n\
  2557.         %s: %s.\n\
  2558.  \n\
  2559. Please set a new disk cache directory using the\n\
  2560. `Network Preferences' dialog, found on the `Options' menu.\n
  2561.  
  2562. *createdCacheDirMessage: \
  2563. A directory has been created for use as the disk cache:\n\
  2564.  \n\
  2565.         %s/\n\
  2566.  \n\
  2567. You can change the cache directory in the `Network Preferences'\n\
  2568. dialog, found under the `Options' menu.\n
  2569.  
  2570. *cacheNotDirMessage: \
  2571. Error: the directory configured for use as the disk cache\n\
  2572. exists, but is not a directory:\n\
  2573.  \n\
  2574.         %s\n\
  2575.  \n\
  2576. Please set a new disk cache directory using the\n\
  2577. `Network Preferences' dialog, found on the `Options' menu.\n
  2578.  
  2579. *cacheSuffixMessage: \
  2580.  \n\
  2581. There should be one disk cache per user, so using a shared\n\
  2582. directory (such as /tmp) is not advised.\n\
  2583.  \n\
  2584. The maximum disk cache size is currently %d kilobytes.\n\
  2585. You can change the cache size in the 'Network Preferences'\n\
  2586.  dialog.\n\
  2587.  \n\
  2588. If you wish to disable disk caching, set the Disk Cache Size\n\
  2589. to 0.  If you do this, documents will continue to be cached\n\
  2590. in memory according to the Memory Cache Size preference,\n\
  2591. but will no longer be cached on disk.  This means that the\n\
  2592. cache will not last from session to session of Netscape.
  2593.  
  2594. *cubeTooSmallMessage:        \
  2595. We were only able to allocate %d cells for the color\n\
  2596. cube to which images are dithered.  As a result, the\n\
  2597. image quality may be poor.\n\
  2598.  \n\
  2599. One way to improve image quality is to exit any other\n\
  2600. color-intensive applications which are running and\n\
  2601. restart Netscape.\n\
  2602.  \n\
  2603. Another way is to run Netscape with the `-install' \n\
  2604. command-line option, which will cause it to use a\n\
  2605. private colormap.  The drawback to this is that on\n\
  2606. some systems, this will result in colormap flashing\n\
  2607. when moving focus to other windows.
  2608.  
  2609. *renameInitFilesMessage:        \
  2610. Preferences files from an older version of Netscape exist;\n\
  2611. This version of Netscape uses the same file formats, but the\n\
  2612. file names have changed.  Would you like us to rename these\n\
  2613. files now?
  2614.  
  2615. *unsentMailMessage:            \
  2616.  Unsent mail messages exist, do you really want to quit without sending them?
  2617.  
  2618. *binaryDocumentMessage:            \
  2619.  This document is binary data; cannot view source.
  2620.  
  2621. ! For Helper App Editor - Delete
  2622. *helperAppDeleteMessage:            \
  2623. Are you sure you want to delete this MIME type? Any future\n\
  2624. files of this type that you encounter will not be recognized\n\
  2625. by Netscape's plug-ins or Netscape's helper applications.
  2626.  
  2627. !=============================================================================
  2628. !*preeditType:                root
  2629. !*Netscape.preeditType:            overthespot
  2630.  
  2631. ! default titles for the TopLevelShell widgets.
  2632. ! note that the title and icon title of Navigator windows are
  2633. ! changed at runtime; these resources won't override that.
  2634. *title:                    Netscape
  2635. *iconName:                Netscape
  2636. *Navigator.title:            Netscape Navigator 3.01S
  2637. *Mail.title:                Netscape Mail
  2638. *Mail.iconName:                Mail
  2639. *Mail*preeditType:none
  2640. *News.title:                Netscape News
  2641. *News.iconName:                News
  2642. *News*preeditType:none
  2643. *Download.title:            Netscape Download
  2644. *Download.iconName:            Download
  2645. *Composition.title:            Netscape Message Composition
  2646. *Composition.iconName:            Message Composition
  2647. *Bookmark.title:            Netscape: Bookmarks
  2648. *Bookmark.iconName:            Bookmarks
  2649. *AddressBook.title:            Netscape: Address Book
  2650. *AddressBook.iconName:            Address Book
  2651. *Editor.title:                Netscape: Editor
  2652. *Editor.iconName:            Editor
  2653.  
  2654. *popup.title.labelString:        Netscape Commands:
  2655. *popup.back.labelString:        Back
  2656. *popup.back.mnemonic:            B
  2657. *popup.forward.labelString:        Forward
  2658. *popup.forward.mnemonic:        F
  2659. *popup.home.labelString:        Home
  2660. *popup.showMenubar.labelString:        Show Menubar
  2661. *popup.showMenubar.mnemonic:        M
  2662. *popup.openURL.labelString:        Open this Link
  2663. *popup.openURL.mnemonic:        O
  2664. *popup.addURLBookmark.labelString:    Add Bookmark for this Link
  2665. *popup.addURLBookmark.mnemonic:        A
  2666. *popup.openURLNewWindow.labelString:    New Window with this Link
  2667. *popup.openURLNewWindow.mnemonic:    N
  2668. *popup.saveURL.labelString:        Save Link As...
  2669. *popup.saveURL.mnemonic:        S
  2670. *popup.copyURLToClip.labelString:    Copy this Link Location to Clipboard
  2671. *popup.copyURLToClip.mnemonic:        C
  2672. *popup.openImage.labelString:        Open this Image
  2673. *popup.openImage.mnemonic:        I
  2674. *popup.saveImage.labelString:        Save this Image As...
  2675. *popup.saveImage.mnemonic:        v
  2676. *popup.copyImageURLToClip.labelString:    Copy this Image Location
  2677. *popup.copyImageURLToClip.mnemonic:    p
  2678. *popup.loadDelayedImage.labelString:    Load this Image
  2679. *popup*back.acceleratorText:        Ctrl+Left
  2680. *popup*forward.acceleratorText:        Ctrl+Right
  2681. *popup*saveURL.acceleratorText:        Shift+Button1
  2682. *popup*openURL.acceleratorText:        Button1
  2683. *popup*openURLNewWindow.acceleratorText:Button2
  2684. *popup.XmPushButtonGadget.marginLeft:    5
  2685. *popup.XmPushButtonGadget.marginRight:    5
  2686. *popup.XmPushButtonGadget.alignment:    ALIGNMENT_BEGINNING
  2687. *popup.separator0.separatorType:    SHADOW_ETCHED_IN
  2688. *popup.separator1.separatorType:    SHADOW_ETCHED_IN
  2689. *popup.separator2.height:        5
  2690. *popup.separator2.separatorType:    NO_LINE
  2691. *popup.separator3.separatorType:    SHADOW_ETCHED_IN
  2692. *popup.separator4.separatorType:    SHADOW_ETCHED_IN
  2693. *popup.separator5.separatorType:    SHADOW_ETCHED_IN
  2694.  
  2695. !
  2696. ! Convert from old version file formats
  2697. *convertQuestion_popup*OK.labelString:        Delete Old Config Files
  2698. *convertQuestion_popup*Cancel.labelString:    Keep Old Config Files
  2699.  
  2700. !
  2701. ! Convert from old version file formats
  2702. *sendNow_popup*OK.labelString:        Yes
  2703. *sendNow_popup*Cancel.labelString:    No
  2704.  
  2705.  
  2706. ! Mail/News popup menus
  2707. !
  2708. *Mail*popup.title.labelString:        Netscape Mail
  2709. *News*popup.title.labelString:        Netscape News
  2710.  
  2711. ! News open News host dialog
  2712. !
  2713. *News*openNewsHost.title:    Netscape: Open News Host
  2714. *News*openNewsHost*selectionLabelString:    \
  2715.                 Input name and port of news host to open:
  2716. *News*openNewsHost*hostLabel.labelString:    News host:
  2717. *News*openNewsHost*hostLabel.alignment:        ALIGNMENT_END
  2718. *News*openNewsHost*portLabel.labelString:    Port:
  2719. *News*openNewsHost*portLabel.leftOffset:    10
  2720. *News*openNewsHost*portLabel.alignment:        ALIGNMENT_END
  2721. *News*openNewsHost*secure.labelString:        Secure
  2722. *News*openNewsHost*secure.topOffset:        10
  2723. *News*openNewsHost*portText.columns:        5
  2724.  
  2725. *history_popup.title:                Netscape: Window History
  2726. *history_popup*listLabelString:            Where You've Been...
  2727. *history_popup*OK.labelString:            Go To
  2728. *history_popup*OkLabelString:            Go To
  2729. *history_popup*Cancel.labelString:        Close
  2730. *history_popup*CancelLabelString:        Close
  2731. *history_popup*Apply.labelString:        Create Bookmark
  2732. *history_popup*ApplyLabelString:        Create Bookmark
  2733.  
  2734. *source_popup.title:                Netscape: View Source
  2735. *source_popup*save.labelString:            Save...
  2736. *source_popup*OK.labelString:            OK
  2737. *source_popup*text.editable:            False
  2738. *source_popup*text.cursorPositionVisible:    False
  2739. *source_popup*text.wordWrap:            True
  2740. *source_popup*text.scrollHorizontal:        False
  2741. *source_popup*urlLabel.labelString:        Location:
  2742. *source_popup*titleLabel.labelString:        Title:
  2743. *source_popup*titleLabel.leftOffset:        0
  2744. *source_popup*titleLabel.rightOffset:        4
  2745. *source_popup*titleLabel.alignment:        ALIGNMENT_END
  2746. *source_popup*urlLabel.topOffset:        0
  2747. *source_popup*urlLabel.leftOffset:        0
  2748. *source_popup*urlLabel.rightOffset:        4
  2749. *source_popup*urlLabel.alignment:        ALIGNMENT_END
  2750. *source_popup*titleText.leftOffset:        0
  2751. *source_popup*titleText.rightOffset:        0
  2752. *source_popup*urlText.leftOffset:        0
  2753. *source_popup*urlText.rightOffset:        0
  2754. *source_popup*text.leftOffset:            0
  2755. *source_popup*text.rightOffset:            0
  2756. *source_popup*XmScrolledWindow.topOffset:    8
  2757. *source_popup*text.columns:            80
  2758. *source_popup*text.rows:            20
  2759.  
  2760. *docinfo_popup.title:                Netscape: Document Information
  2761. *docinfo_popup*OK.labelString:    OK
  2762. *docinfo_popup*titleLabel.labelString:        Title:
  2763. *docinfo_popup*urlLabel.labelString:        Location:
  2764. *docinfo_popup*modifiedLabel.labelString:    Last Modified:
  2765. *docinfo_popup*sourceLabel.labelString:        Source:
  2766. *docinfo_popup*charsetLabel.labelString:    Encoding:
  2767. *docinfo_popup*dpyLabel.labelString:        Visual:
  2768. *docinfo_popup*securityFrame.label.labelString:    Security Information
  2769. *docinfo_popup*certificateLabel.labelString:    Server Certificate:
  2770. *docinfo_popup*certificateText.columns:        60
  2771. *docinfo_popup*certificateText.rows:        6
  2772. *docinfo_popup*certificateText.wordWrap:    True
  2773. *docinfo_popup*certificateText.scrollHorizontal:False
  2774. *docinfo_popup*scrollBarDisplayPolicy:        AS_NEEDED
  2775. *docinfo_popup*scrollingPolicy:            AUTOMATIC
  2776. *docinfo_popup*securityText.wordWrap:        True
  2777. *docinfo_popup*securityText.scrollHorizontal:    False
  2778. *docinfo_popup*urlLabel.topOffset:        0
  2779. *docinfo_popup*urlLabel.leftOffset:        0
  2780. *docinfo_popup*urlLabel.rightOffset:        4
  2781. *docinfo_popup*urlLabel.alignment:        ALIGNMENT_END
  2782. *docinfo_popup*titleLabel.leftOffset:        0
  2783. *docinfo_popup*titleLabel.rightOffset:        4
  2784. *docinfo_popup*titleLabel.alignment:        ALIGNMENT_END
  2785. *docinfo_popup*modifiedLabel.topOffset:        0
  2786. *docinfo_popup*modifiedLabel.leftOffset:    0
  2787. *docinfo_popup*modifiedLabel.rightOffset:    4
  2788. *docinfo_popup*modifiedLabel.alignment:        ALIGNMENT_END
  2789. *docinfo_popup*charsetLabel.topOffset:        0
  2790. *docinfo_popup*charsetLabel.leftOffset:        0
  2791. *docinfo_popup*charsetLabel.rightOffset:    4
  2792. *docinfo_popup*charsetLabel.alignment:        ALIGNMENT_END
  2793. *docinfo_popup*sourceLabel.topOffset:        0
  2794. *docinfo_popup*sourceLabel.leftOffset:        0
  2795. *docinfo_popup*sourceLabel.rightOffset:        4
  2796. *docinfo_popup*sourceLabel.alignment:        ALIGNMENT_END
  2797. ! add 5 to dpyLabel.topOffset to align label with text baseline (gag)
  2798. *docinfo_popup*dpyLabel.topOffset:        5
  2799. *docinfo_popup*dpyLabel.leftOffset:        0
  2800. *docinfo_popup*dpyLabel.rightOffset:        4
  2801. *docinfo_popup*dpyLabel.alignment:        ALIGNMENT_END
  2802. *docinfo_popup*dpyText.rows:            3
  2803. *docinfo_popup*dpyText.columns:            48
  2804. *docinfo_popup*titleText.columns:        40
  2805. *docinfo_popup*securityFrame.topOffset:        10
  2806. *docinfo_popup*keyDescLabel.leftOffset:        14
  2807. *docinfo_popup*keyDescLabel.rightOffset:    14
  2808. *docinfo_popup*keyDescLabel.alignment:        ALIGNMENT_BEGINNING
  2809. *docinfo_popup*certificateLabel.leftOffset:    10
  2810. *docinfo_popup*certificateLabel.rightOffset:    10
  2811. *docinfo_popup*certificateLabel.alignment:    ALIGNMENT_BEGINNING
  2812. *docinfo_popup*securityLabel.leftOffset:    14
  2813. *docinfo_popup*securityLabel.rightOffset:    14
  2814. *docinfo_popup*securityLabel.alignment:        ALIGNMENT_BEGINNING
  2815. *docinfo_popup*XmScrolledWindow.leftOffset:    10
  2816. *docinfo_popup*XmScrolledWindow.rightOffset:    10
  2817.  
  2818. *docinfo*noSecurityMessage:\
  2819. This version of Netscape does not have security built in.
  2820.  
  2821. *docinfo*securityLabel.labelString:\
  2822. Security protects Internet documents you receive and information you send\n\
  2823. back with server authentication, privacy using encryption, and data\n\
  2824. integrity.  You can see a document's security status using the key/broken\n\
  2825. key icon in the status area or the colorbar above the content area (blue for\n\
  2826. secure; gray for insecure).  Consult the Handbook or the `On Security' page\n\
  2827. for details.
  2828.  
  2829.  
  2830.  
  2831. *bmPreferences_popup.title:                Netscape: Bookmarks
  2832. *bmPreferences_popup*frame1label.labelString:        Add Bookmark
  2833. *bmPreferences_popup*frame2label.labelString:        Bookmark Menu
  2834. *bmPreferences_popup*addbm_option.labelString:        \
  2835.                         Add bookmarks to this header
  2836. *bmPreferences_popup*bmmenu_option.labelString:        \
  2837.                       View this header in bookmarks menu
  2838. *bmPreferences_popup*addbm_default.labelString: Add to toplevel
  2839. *bmPreferences_popup*bmmenu_default.labelString: Toplevel header
  2840.  
  2841. *bookmarksWhatsChanged*button_0.labelString:    All Bookmarks
  2842. *bookmarksWhatsChanged*button_1.labelString:    Selected Bookmarks
  2843. *bookmarksWhatsChanged*start.labelString:    Start
  2844. *bookmarksWhatsChanged*cancel.labelString:    Cancel
  2845. *bookmarksWhatsChanged*title.labelString:    What's changed?
  2846. *bookmarksWhatsChanged.width:            400
  2847. *bookmarksWhatsChanged.minWidth:        400
  2848. *bookmarksWhatsChanged.maxWidth:        400
  2849. *bookmarksWhatsChanged.height:            300
  2850. *bookmarksWhatsChanged.minHeight:        300
  2851. *bookmarksWhatsChanged.maxHeight:        300
  2852.  
  2853. *mailto_field*fromLabel.labelString:        From:
  2854. *mailto_field*replyToLabel.labelString:        Reply To:
  2855. *mailto_field*toLabel.labelString:        Mail To:
  2856. *mailto_field*ccLabel.labelString:        Mail CC:
  2857. *mailto_field*bccLabel.labelString:        Mail BCC:
  2858. *mailto_field*fccLabel.labelString:        File CC:
  2859. *mailto_field*newsgroupsLabel.labelString:    Newsgroups:
  2860. *mailto_field*followupToLabel.labelString:    Followup To:
  2861. *mailto_field*subjectLabel.labelString:        Subject:
  2862. *mailto_field*attachmentsLabel.labelString:    Attachment:
  2863. *mailto_field*attachButton.labelString:        Attach...
  2864. *mailto_field*browseButton.labelString:        Browse...
  2865. *mailto_bodyText.wordWrap:            True
  2866. *mailto_bodyText.scrollHorizontal:        False
  2867. *mailto_field*attachButton.marginWidth:        10
  2868. *mailto_field*fromLabel.alignment:        ALIGNMENT_END
  2869. *mailto_field*replyToLabel.alignment:        ALIGNMENT_END
  2870. *mailto_field*toLabel.alignment:        ALIGNMENT_END
  2871. *mailto_field*ccLabel.alignment:        ALIGNMENT_END
  2872. *mailto_field*bccLabel.alignment:        ALIGNMENT_END
  2873. *mailto_field*fccLabel.alignment:        ALIGNMENT_END
  2874. *mailto_field*newsgroupsLabel.alignment:    ALIGNMENT_END
  2875. *mailto_field*followupToLabel.alignment:    ALIGNMENT_END
  2876. *mailto_field*subjectLabel.alignment:        ALIGNMENT_END
  2877. *mailto_field*attachmentsLabel.alignment:    ALIGNMENT_END
  2878.  
  2879. ! This is 72 rather than 79 or 80 because the width of the window controls
  2880. ! when word wrapping should occur; the Motif text area has no mechanism for
  2881. ! wrapping at a column other than the last one.     So, if we want a fill-column
  2882. ! of N, the window must be N wide.  Note that wrapping must occur before 80:
  2883. ! sending out lines with 80 characters on them is antisocial, as many programs
  2884. ! and terminals (including emacs) can only display 79 characters without 
  2885. ! wrapping.  Wrapping at 72 is better than wrapping at 79 because it leaves
  2886. ! room for further followups to quote the lines with ">" without causing
  2887. ! lines to wrap.
  2888. !
  2889. ! Note that, in the composition window, lines beginning with ">" will not
  2890. ! be wrapped at all, despite the appearance on the screen.  So just because
  2891. ! it looks like the quoted text has been mangled, doesn't mean it has.
  2892. !
  2893. *mailto_bodyText.columns:            72
  2894. *mailto_bodyText.rows:                15
  2895.  
  2896.  
  2897. ! Some people just aren't too hip.
  2898. !*defaultMailtoText:            Hey, check out this cool URL:\n\n
  2899.  
  2900. *attach_popup.title:                Netscape: Attach Document
  2901. *attach_popup*attach.Cancel.labelString:    Cancel
  2902. *attach_popup*list.visibleItemCount:        10
  2903. *attach_popup*messagebox.bottomOffset:        50
  2904. *attach_popup*attachLocation.labelString:    Attach Location (URL)...
  2905. *attach_popup*attachFile.labelString:        Attach File...
  2906. *attach_popup*delete.labelString:        Delete
  2907. *attach_popup*label.labelString:        Attach:
  2908. *attach_popup*sourceToggle.labelString:        As is
  2909. *attach_popup*textToggle.labelString:        Convert to Plain Text
  2910. *attach_popup*postscriptToggle.labelString:    Convert to PostScript
  2911. *attach_popup*XmLabelGadget.alignment:        ALIGNMENT_BEGINNING
  2912. *attach_popup*indicatorType:            ONE_OF_MANY
  2913. *attach_popup*attachLocation.bottomOffset:    10
  2914. *attach_popup*label.bottomOffset:        10
  2915. *attach_popup*sourceToggle.leftOffset:        10
  2916. *attach_popup*textToggle.leftOffset:        10
  2917. *attach_popup*postscriptToggle.leftOffset:    10
  2918.  
  2919. *location_popup.title:                Netscape: URL Attachment
  2920. *location_popup*XmLabelGadget.alignment:    ALIGNMENT_BEGINNING
  2921. *location_popup*label.labelString:    Please specify a Location to attach:
  2922. *location_popup*locationLabel.labelString:    Location (URL):
  2923. *location_popup*locationText.columns:        40
  2924. *location_popup*locationText.leftOffset:    20
  2925.  
  2926. *formatType*none.labelString:            No Attachment
  2927. *formatType*text.labelString:            Text
  2928. *formatType*formattedText.labelString:        Formatted Text
  2929. *formatType*html.labelString:            Source
  2930. *formatType*tree.labelString:            Source and Images
  2931. *formatType*ps.labelString:            PostScript
  2932. *formatType*url.labelString:            URL Only
  2933.  
  2934. ! ============================== Preferences ================================
  2935.  
  2936. ! Resources for top-level
  2937.  
  2938. *general_prefs_popup.title:              Netscape: General Preferences
  2939. *general_prefs*OkLabelString:              OK
  2940. *general_prefs*Apply.labelString:          Cancel
  2941. *general_prefs*ApplyLabelString:          Cancel
  2942. *general_prefs*Cancel.labelString:          Defaults
  2943. *general_prefs*CancelLabelString:          Defaults
  2944. !*general_prefs_popup*preeditType:          none
  2945.  
  2946. *mailnews_prefs_popup.title:            Netscape: Mail & News Preferences
  2947. *mailnews_prefs*OkLabelString:                OK
  2948. *mailnews_prefs*Apply.labelString:            Cancel
  2949. *mailnews_prefs*ApplyLabelString:            Cancel
  2950. *mailnews_prefs*Cancel.labelString:            Defaults
  2951. *mailnews_prefs*CancelLabelString:            Defaults
  2952. !*mailnews_prefs_popup*preeditType:            none
  2953.  
  2954. *network_prefs_popup.title:            Netscape: Network Preferences
  2955. *network_prefs*OkLabelString:                OK
  2956. *network_prefs*Apply.labelString:            Cancel
  2957. *network_prefs*ApplyLabelString:            Cancel
  2958. *network_prefs*Cancel.labelString:            Defaults
  2959. *network_prefs*CancelLabelString:            Defaults
  2960. !*network_prefs_popup*preeditType:            none
  2961.  
  2962. *security_prefs_popup.title:            Netscape: Security Preferences
  2963. *security_prefs*OkLabelString:                OK
  2964. *security_prefs*Apply.labelString:            Cancel
  2965. *security_prefs*ApplyLabelString:            Cancel
  2966. *security_prefs*Cancel.labelString:            Defaults
  2967. *security_prefs*CancelLabelString:            Defaults
  2968. !*security_prefs_popup*preeditType:            none
  2969.  
  2970. ! Preferences: Applications
  2971. !
  2972. *general_prefs*appsFrame*appsBoxLabel.labelString:    Applications
  2973. *general_prefs*appsFrame.topOffset:            10
  2974. *general_prefs*appsFrame.leftOffset:            10
  2975. *general_prefs*appsFrame.rightOffset:            10
  2976. *general_prefs*appsFrame.bottomOffset:            10
  2977. *general_prefs*appsFrame*telnetLabel.labelString:    Telnet Application:
  2978. *general_prefs*appsFrame*tn3270Label.labelString:    TN3270 Application:
  2979. *general_prefs*appsFrame*rloginLabel.labelString:    Rlogin Application:
  2980. *general_prefs*appsFrame*rloginUserLabel.labelString:    Rlogin with User:
  2981. *general_prefs*appsFrame*appsFrame.topOffset:        10
  2982. *general_prefs*appsFrame*rloginUserText.bottomOffset:    10
  2983. *general_prefs*appsFrame*XmLabel.alignment:        ALIGNMENT_END
  2984. *general_prefs*appsFrame*XmLabelGadget.alignment:    ALIGNMENT_END
  2985. *general_prefs*appsFrame*telnetText.rightOffset:    10
  2986.  
  2987. *general_prefs*appsFrame*tmpLabel.labelString:        Temporary Directory:
  2988. *general_prefs*appsFrame*tmpBrowse.labelString:        Browse...
  2989. *general_prefs*appsFrame*tmpText.bottomOffset:        10
  2990. *general_prefs*appsFrame*tmpText.rightOffset:        10
  2991. *general_prefs*appsFrame*tmpBrowse.rightOffset:        10
  2992.  
  2993. ! Preferences: Cache
  2994. !
  2995. *network_prefs*cacheFrame*cacheBoxLabel.labelString:    Cache
  2996. *network_prefs*cacheFrame.topOffset:            10
  2997. *network_prefs*cacheFrame.leftOffset:            10
  2998. *network_prefs*cacheFrame.rightOffset:            10
  2999. *network_prefs*cacheFrame.bottomOffset:            10
  3000. *network_prefs*cacheFrame*memoryLabel.labelString:    Memory Cache:
  3001. *network_prefs*cacheFrame*diskLabel.labelString:    Disk Cache:
  3002. *network_prefs*cacheFrame*dirLabel.labelString:        Disk Cache Directory:
  3003. *network_prefs*cacheFrame*verifyLabel.labelString:    Verify Document:
  3004. *network_prefs*cacheFrame*onceToggle.labelString:    Once per Session
  3005. *network_prefs*cacheFrame*everyToggle.labelString:    Every Time
  3006. *network_prefs*cacheFrame*expiredToggle.labelString:    Never
  3007. *network_prefs*cacheFrame*cacheSSLToggle.labelString:    \
  3008.             Allow Persistent Caching of Pages Retrieved through SSL
  3009. *network_prefs*cacheFrame*cacheSSLToggle.indicatorType:    XmN_OF_MANY
  3010. *network_prefs*cacheFrame*browse.labelString:        Browse...
  3011. *network_prefs*cacheFrame*k.labelString:        Kilobytes
  3012. *network_prefs*cacheFrame*memClear.labelString:        Clear Memory Cache Now
  3013. *network_prefs*cacheFrame*diskClear.labelString:    Clear Disk Cache Now
  3014. *network_prefs*cacheFrame*memoryText.columns:        6
  3015. *network_prefs*cacheFrame*diskText.columns:        6
  3016. *network_prefs*cacheFrame*cacheDirText.columns:        15
  3017. *network_prefs*cacheFrame*alignment:            ALIGNMENT_BEGINNING
  3018. *network_prefs*cacheFrame*memoryLabel.alignment:    ALIGNMENT_END
  3019. *network_prefs*cacheFrame*diskLabel.alignment:        ALIGNMENT_END
  3020. *network_prefs*cacheFrame*dirLabel.alignment:        ALIGNMENT_END
  3021. *network_prefs*cacheFrame*verifyLabel.alignment:    ALIGNMENT_END
  3022. *network_prefs*cacheFrame*memClear.leftOffset:        25
  3023. *network_prefs*cacheFrame*diskClear.leftOffset:        25
  3024. *network_prefs*cacheFrame*browse.rightOffset:        10
  3025. *network_prefs*cacheFrame*browse.bottomOffset:        10
  3026. *network_prefs*cacheFrame*memoryText.bottomOffset:    10
  3027. *network_prefs*cacheFrame*onceToggle.bottomOffset:    10
  3028. *network_prefs*cacheFrame*cacheDirText.bottomOffset:    10
  3029. *network_prefs*cacheFrame*indicatorType:        ONE_OF_MANY
  3030. *network_prefs*cacheFrame*browse.marginWidth:        10
  3031. *network_prefs*cacheFrame*memClear.marginWidth:        10
  3032. *network_prefs*cacheFrame*diskClear.marginWidth:    10
  3033.  
  3034. ! Preferences: Colors
  3035. !
  3036.  
  3037. ! Preferences: Composition
  3038. !
  3039. *mailnews_prefs*XmFrame.XmLabel.leftOffset:            10
  3040. *mailnews_prefs*XmFrame.XmLabel.topOffset:            -4
  3041. *mailnews_prefs*XmFrame.topOffset:                10
  3042. *mailnews_prefs*XmFrame.leftOffset:                10
  3043. *mailnews_prefs*XmFrame.rightOffset:                10
  3044. *mailnews_prefs*XmFrame.bottomOffset:                10
  3045.  
  3046. *mailnews_prefs*composeFrame*composeBoxLabel.labelString:    \
  3047.                     When composing Mail and News Messages
  3048. *mailnews_prefs*composeFrame*8bitLabel.labelString:        Send and Post:
  3049. *mailnews_prefs*composeFrame*8bitToggle.labelString:        Allow 8-bit
  3050. *mailnews_prefs*composeFrame*8bitToggle.bottomOffset:        4
  3051. *mailnews_prefs*composeFrame*qpToggle.labelString:\
  3052.                          MIME Compliant (Quoted Printable)
  3053. *mailnews_prefs*composeFrame*8bitToggle.indicatorType:        ONE_OF_MANY
  3054. *mailnews_prefs*composeFrame*qpToggle.indicatorType:        ONE_OF_MANY
  3055. *mailnews_prefs*composeFrame*deliverLabel.labelString:        Deliver mail:
  3056. *mailnews_prefs*composeFrame*deliverAutoToggle.labelString:    Automatically
  3057. *mailnews_prefs*composeFrame*deliverAutoToggle.indicatorType:    ONE_OF_MANY
  3058. *mailnews_prefs*composeFrame*deliverQToggle.labelString:    \
  3059.         Queue for Manual Delivery
  3060. *mailnews_prefs*composeFrame*deliverQToggle.indicatorType:    ONE_OF_MANY
  3061.  
  3062. *mailnews_prefs*mMailOutFrame*mMailOutBoxLabel.labelString:    \
  3063.         By default, email a copy of outgoing messages to:
  3064. *mailnews_prefs*mMailOutFrame*mMailOutLabel.labelString:    Mail Messages:
  3065. *mailnews_prefs*mMailOutFrame*mMailOutSelfToggle.labelString:    Self
  3066. *mailnews_prefs*mMailOutFrame*mMailOutOtherLabel.labelString:    Other address:
  3067. *mailnews_prefs*mMailOutFrame*nMailOutLabel.labelString:    News Messages:
  3068. *mailnews_prefs*mMailOutFrame*nMailOutSelfToggle.labelString:    Self
  3069. *mailnews_prefs*mMailOutFrame*nMailOutOtherLabel.labelString:    Other address:
  3070.  
  3071. *mailnews_prefs*mMailOutFrame*nMailOutSelfToggle.bottomOffset:    10
  3072. *mailnews_prefs*mMailOutFrame*mMailOutOtherText.rightOffset:    10
  3073. *mailnews_prefs*mMailOutFrame*nMailOutOtherText.rightOffset:    10
  3074.  
  3075. *mailnews_prefs*mCopyOutFrame*mCopyOutBoxLabel.labelString:    \
  3076.         By default, copy outgoing messages to:
  3077. *mailnews_prefs*mCopyOutFrame*mCopyOutLabel.labelString:    Mail Messages:
  3078. *mailnews_prefs*mCopyOutFrame*nCopyOutLabel.labelString:    News Messages:
  3079. *mailnews_prefs*mCopyOutFrame*mCopyOutBrowse.labelString:    Browse...
  3080. *mailnews_prefs*mCopyOutFrame*nCopyOutBrowse.labelString:    Browse...
  3081.  
  3082. *mailnews_prefs*mCopyOutFrame*nCopyOutText.bottomOffset:    10
  3083. *mailnews_prefs*mCopyOutFrame*nCopyOutText.rightOffset:        10
  3084.  
  3085. *mailnews_prefs*mCopyOutFrame*XmPushButtonGadget.marginWidth: 10
  3086. *mailnews_prefs*mCopyOutFrame*XmPushButtonGadget.leftOffset:  10
  3087. *mailnews_prefs*mCopyOutFrame*XmPushButtonGadget.rightOffset: 10
  3088.  
  3089. ! Preferences: Servers
  3090. !
  3091. *mailnews_prefs*outMailFrame*outMailBoxLabel.labelString: Outgoing Mail
  3092. *mailnews_prefs*outMailFrame.topOffset:            10
  3093. *mailnews_prefs*outMailFrame.leftOffset:        10
  3094. *mailnews_prefs*outMailFrame.rightOffset:        10
  3095. *mailnews_prefs*outMailFrame.bottomOffset:        10
  3096. *mailnews_prefs*outMailFrame*smtpText.topOffset:    10
  3097. *mailnews_prefs*outMailFrame*smtpText.rightOffset:    10
  3098. *mailnews_prefs*outMailFrame*smtpLabel.labelString:    SMTP Server:
  3099.  
  3100. *mailnews_prefs*inMailFrame*inMailBoxLabel.labelString:    Incoming Mail
  3101. *mailnews_prefs*inMailFrame.topOffset:            10
  3102. *mailnews_prefs*inMailFrame.leftOffset:            10
  3103. *mailnews_prefs*inMailFrame.rightOffset:        10
  3104. *mailnews_prefs*inMailFrame.bottomOffset:        10
  3105. *mailnews_prefs*inMailFrame.mailFrame.topOffset:    10
  3106. *mailnews_prefs*inMailFrame*limitLabel.labelString:    Max Message Size:
  3107. *mailnews_prefs*inMailFrame*msgLabel.labelString:    After delivery:
  3108. *mailnews_prefs*inMailFrame*checkLabel.labelString:    Check for Mail:
  3109. *mailnews_prefs*inMailFrame*movemailLabel.labelString:    Movemail Application:
  3110. *mailnews_prefs*inMailFrame*movemailText.rightOffset:    10
  3111. *mailnews_prefs*inMailFrame*movemailText.bottomOffset:    10
  3112. *mailnews_prefs*inMailFrame*movemailBrowse.labelString:    Browse...
  3113. *mailnews_prefs*inMailFrame*userLabel.labelString:    User Name:
  3114. *mailnews_prefs*inMailFrame*userText.rightOffset:    10
  3115. *mailnews_prefs*inMailFrame*srvrLabel.labelString:    Server:
  3116. *mailnews_prefs*inMailFrame*srvrText.topOffset:        10
  3117. *mailnews_prefs*inMailFrame*srvrText.rightOffset:    10
  3118. *mailnews_prefs*inMailFrame*sysLabel.labelString:    Mail System:
  3119. *mailnews_prefs*inMailFrame*noLimit.labelString:    None
  3120. *mailnews_prefs*inMailFrame*msgLimit.labelString:    Largest Message is: 
  3121. *mailnews_prefs*inMailFrame*limitSuffix.labelString:    Bytes
  3122. *mailnews_prefs*inMailFrame*checkSuffix.labelString:    minutes
  3123. *mailnews_prefs*inMailFrame*msgRemove.labelString:    Remove from server
  3124. *mailnews_prefs*inMailFrame*msgLeave.labelString:    Leave on server 
  3125. *mailnews_prefs*inMailFrame*checkEvery.labelString:    Every:
  3126. *mailnews_prefs*inMailFrame*checkEvery.bottomOffset:    10
  3127. *mailnews_prefs*inMailFrame*checkNever.labelString:    Never 
  3128. *mailnews_prefs*inMailFrame*checkText.columns:        3
  3129. *mailnews_prefs*inMailFrame*mailDirLabel.labelString:    Mail Directory:
  3130. *mailnews_prefs*inMailFrame*mailDirText.bottomOffset:    10
  3131. *mailnews_prefs*inMailFrame*mailDirBrowse.labelString:    Browse...
  3132. *mailnews_prefs*inMailFrame*limitText.columns:        5
  3133. *mailnews_prefs*inMailFrame*externalToggle.labelString: External Movemail:
  3134. *mailnews_prefs*inMailFrame*builtinToggle.labelString:    Built in Movemail
  3135. *mailnews_prefs*inMailFrame*popToggle.labelString:    POP3:
  3136. *mailnews_prefs*inMailFrame*popToggle.indicatorType:    ONE_OF_MANY
  3137. *mailnews_prefs*inMailFrame*moveToggle.indicatorType:    ONE_OF_MANY
  3138. *mailnews_prefs*inMailFrame*builtinToggle.indicatorType:  ONE_OF_MANY
  3139. *mailnews_prefs*inMailFrame*externalToggle.indicatorType: ONE_OF_MANY
  3140. *mailnews_prefs*inMailFrame*XmLabel.alignment:        ALIGNMENT_END
  3141. *mailnews_prefs*inMailFrame*XmLabelGadget.alignment:    ALIGNMENT_END
  3142. *mailnews_prefs*inMailFrame*XmPushButtonGadget.marginWidth: 10
  3143. *mailnews_prefs*inMailFrame*XmPushButtonGadget.leftOffset: 10
  3144. *mailnews_prefs*inMailFrame*XmPushButtonGadget.rightOffset: 10
  3145. *mailnews_prefs*inMailFrame*indicatorType:        ONE_OF_MANY
  3146.  
  3147. !*mailnews_prefs*inMailFrame*tmpLabel.labelString:        
  3148. !*mailnews_prefs*inMailFrame*bookLabel.labelString:    
  3149.  
  3150. ! Preferences: Fonts
  3151. !
  3152. *general_prefs*fontsFrame*fontsBoxLabel.labelString:    Fonts and Encodings
  3153. *general_prefs*fontsFrame.topOffset:            10
  3154. *general_prefs*fontsFrame.leftOffset:            10
  3155. *general_prefs*fontsFrame.rightOffset:            10
  3156. *general_prefs*fontsFrame.bottomOffset:            10
  3157. *general_prefs*fontsFrame*encodingLabel.labelString:    For the Encoding:
  3158. *general_prefs*fontsFrame*proportionalLabel.labelString:    \
  3159.                         Use the Proportional Font:
  3160. *general_prefs*fontsFrame*propSizeLabel.labelString:    Size:
  3161. *general_prefs*fontsFrame*propSizeToggle.labelString:    Allow Scaling
  3162. *general_prefs*fontsFrame*fixedLabel.labelString:    Use the Fixed Font:
  3163. *general_prefs*fontsFrame*fixedSizeLabel.labelString:    Size:
  3164. *general_prefs*fontsFrame*fixedSizeToggle.labelString:    Allow Scaling
  3165. *general_prefs*fontsFrame*0.labelString:        Any
  3166. *general_prefs*fontsFrame*encodingLabel.alignment:    ALIGNMENT_END
  3167. *general_prefs*fontsFrame*encodingLabel.topOffset:    10
  3168. *general_prefs*fontsFrame*proportionalLabel.alignment:    ALIGNMENT_END
  3169. *general_prefs*fontsFrame*propSizeField.columns:    5
  3170. *general_prefs*fontsFrame*propSizeField.rightOffset:    10
  3171. *general_prefs*fontsFrame*fixedLabel.alignment:        ALIGNMENT_END
  3172. *general_prefs*fontsFrame*fixedSizeField.columns:    5
  3173. *general_prefs*fontsFrame*fixedSizeField.rightOffset:    10
  3174.  
  3175. ! Preferences: Appearance (Mail & News)
  3176. !
  3177. *mailnews_prefs*msgFrame*msgBoxLabel.labelString:    Message Appearance
  3178. *mailnews_prefs*msgFrame.topOffset:            10
  3179. *mailnews_prefs*msgFrame.leftOffset:            10
  3180. *mailnews_prefs*msgFrame.rightOffset:            10
  3181. *mailnews_prefs*msgFrame.bottomOffset:            10
  3182. *mailnews_prefs*msgFrame*qstyleLabel.labelString:    Text Style:
  3183. *mailnews_prefs*msgFrame*qsizeLabel.labelString:    Text Size:
  3184. *mailnews_prefs*msgFrame*qcolorLabel.labelString:    Text Color:
  3185. *mailnews_prefs*msgFrame*quotedLabel.labelString:    \
  3186.     Text beginning with > (quoted text) has the following characteristics
  3187. *mailnews_prefs*msgFrame*fixedLabel.labelString:    \
  3188.     Messages and Articles are shown with:
  3189. *mailnews_prefs*msgFrame*qstyleLabel.alignment:        ALIGNMENT_END
  3190. *mailnews_prefs*msgFrame*qsizeLabel.alignment:        ALIGNMENT_END
  3191. *mailnews_prefs*msgFrame*qcolorLabel.alignment:        ALIGNMENT_END
  3192. *mailnews_prefs*msgFrame*varMsgFont.labelString:    Variable Width Font
  3193. *mailnews_prefs*msgFrame*fixedMsgFont.labelString:    Fixed Width Font
  3194. *mailnews_prefs*msgFrame*plain.labelString:        Plain
  3195. *mailnews_prefs*msgFrame*normal.labelString:        Normal
  3196. *mailnews_prefs*msgFrame*bold.labelString:        Bold
  3197. *mailnews_prefs*msgFrame*italic.labelString:        Italic
  3198. *mailnews_prefs*msgFrame*boldItalic.labelString:    Bold Italic
  3199. *mailnews_prefs*msgFrame*bigger.labelString:        Bigger
  3200. *mailnews_prefs*msgFrame*smaller.labelString:        Smaller
  3201. *mailnews_prefs*msgFrame*qcolorText.columns:        20
  3202. *mailnews_prefs*msgFrame*fixedMsgLabel.topOffset:    10
  3203. *mailnews_prefs*msgFrame*fixedMsgLabel.leftOffset:    10
  3204. *mailnews_prefs*msgFrame*varMsgLabel.topOffset:        10
  3205. *mailnews_prefs*msgFrame*varMsgLabel.leftOffset:    10
  3206. *mailnews_prefs*msgFrame*plain.topOffset:        10
  3207. *mailnews_prefs*msgFrame*indicatorType:            ONE_OF_MANY
  3208. *mailnews_prefs*msgFrame*autoQuoteToggle.leftOffset:    40
  3209. *mailnews_prefs*msgFrame*autoQuoteToggle.topOffset:    10
  3210. *mailnews_prefs*msgFrame*autoQuoteToggle.indicatorType:    N_OF_MANY
  3211. *mailnews_prefs*autoQuoteToggle.labelString:            \
  3212.         Automatically quote original message when replying
  3213.  
  3214. *mailnews_prefs*layoutFrame*layoutBoxLabel.labelString:    Pane Layout
  3215. !*mailnews_prefs*layoutFrame*topOffset:            10
  3216. !*mailnews_prefs*layoutFrame*leftOffset:        10
  3217. !*mailnews_prefs*layoutFrame*rightOffset:        10
  3218. !*mailnews_prefs*layoutFrame*bottomOffset:        10
  3219. *mailnews_prefs*layoutFrame*mPaneLabel.labelString:    Mail:
  3220. *mailnews_prefs*layoutFrame*mHoriz.labelString:        Split Horizontal
  3221. *mailnews_prefs*layoutFrame*mVert.labelString:        Split Vertical
  3222. *mailnews_prefs*layoutFrame*mStack.labelString:        Stacked
  3223. *mailnews_prefs*layoutFrame*nPaneLabel.labelString:    News:
  3224. *mailnews_prefs*layoutFrame*nHoriz.labelString:        Split Horizontal
  3225. *mailnews_prefs*layoutFrame*nVert.labelString:        Split Vertical
  3226. *mailnews_prefs*layoutFrame*nStack.labelString:        Stacked
  3227. *mailnews_prefs*layoutFrame*indicatorType:        ONE_OF_MANY
  3228.  
  3229. ! Preferences: Helper Applications
  3230. !
  3231. *general_prefs*helperFrame*helperBoxLabel.labelString: MIME Configuration Files
  3232. *general_prefs*helperFrame.topOffset:                   10
  3233. *general_prefs*helperFrame.leftOffset:                   10
  3234. *general_prefs*helperFrame.rightOffset:                   10
  3235. *general_prefs*helperFrame.bottomOffset:               10
  3236. *general_prefs*helperFrame*globalMimeTypesLabel.labelString: Global Types File:
  3237. *general_prefs*helperFrame*privateMimeTypesLabel.labelString:        \
  3238.                             Personal Types File:
  3239. *general_prefs*helperFrame*globalMailcapLabel.labelString:        \
  3240.                             Global Mailcap File:
  3241. *general_prefs*helperFrame*privateMailcapLabel.labelString:        \
  3242.                             Personal Mailcap File:
  3243. *general_prefs*helperFrame*globalMimeTypesBrowseButton.labelString:  Browse...
  3244. *general_prefs*helperFrame*privateMimeTypesBrowseButton.labelString: Browse...
  3245. *general_prefs*helperFrame*globalMailcapBrowseButton.labelString:   Browse...
  3246. *general_prefs*helperFrame*privateMailcapBrowseButton.labelString:   Browse...
  3247. *general_prefs*helperFrame*globalMimeTypesBrowseButton.marginWidth:  10
  3248. *general_prefs*helperFrame*privateMimeTypesBrowseButton.marginWidth: 10
  3249. *general_prefs*helperFrame*globalMailcapBrowseButton.marginWidth:   10
  3250. *general_prefs*helperFrame*privateMailcapBrowseButton.marginWidth:   10
  3251. *general_prefs*helperFrame*XmLabel.rightOffset:               4
  3252. *general_prefs*helperFrame*XmLabelGadget.rightOffset:           4
  3253. *general_prefs*helperFrame*XmLabel.alignment:              ALIGNMENT_END
  3254. *general_prefs*helperFrame*XmLabelGadget.alignment:          ALIGNMENT_END
  3255. *general_prefs*helperFrame*XmTextField.columns:               35
  3256. *general_prefs*helperFrame*globalMailcapText.topOffset:           10
  3257. *general_prefs*helperFrame*privateMailcapText.bottomOffset:       10
  3258. *general_prefs*helperFrame*XmPushButtonGadget.leftOffset:       10
  3259. *general_prefs*helperFrame*XmPushButtonGadget.rightOffset:       10
  3260.  
  3261. *general_prefs*helperFrame*commands.new.labelString:        New...
  3262. *general_prefs*helperFrame*commands.edit.labelString:        Edit...
  3263. *general_prefs*helperFrame*commands.delete.labelString:        Delete...
  3264. *general_prefs*helperFrame*helperApp.cellBackground: white
  3265.  
  3266. ! Helper Editor stuff
  3267. *helperEditor_popup.title:        Netscape Helper
  3268. *helperEditor.width: 400
  3269. *helperEditor*mimeTypesDescriptionLabel.labelString: Description
  3270. *helperEditor*mimeTypesDescriptionLabel.leftOffset: 3
  3271. *helperEditor*mimeTypesLabel.labelString: Type
  3272. *helperEditor*mimeTypesLabel.leftOffset: 3
  3273. *helperEditor*mimeTypesSuffixLabel.labelString: Suffix
  3274. *helperEditor*mimeTypesSuffixLabel.leftOffset: 3
  3275. *helperEditor*helperEditForm.XmTextField.rightOffset: 3
  3276. *helperEditor*helperEditFrameLabel.labelString: Handle By
  3277. *helperEditor*helperEditNavigator.labelString: Navigator 
  3278. *helperEditor*helperEditPlugin.labelString: Plug In
  3279. *helperEditor*helperEditApp.labelString: Application
  3280. *helperEditor*helperEditSave.labelString: Save To Disk
  3281. *helperEditor*helperEditUnknown.labelString: Unknown:PromptUser
  3282. *helperEditor*helperEditAppBrowse.labelString: Browse...
  3283. *helperEditor*helperEditNavigator.leftOffset: 20
  3284. *helperEditor*helperEditAppText.columns: 40
  3285.  
  3286.  
  3287. ! Preferences: Identity
  3288. !
  3289. *mailnews_prefs*identityFrame*identityBoxLabel.labelString:    Identity
  3290. *mailnews_prefs*identityFrame*identityBoxLabel.topOffset:    -4
  3291. *mailnews_prefs*identityFrame*identityBoxLabel.leftOffset:    10
  3292. *mailnews_prefs*identityFrame.topOffset:            10
  3293. *mailnews_prefs*identityFrame.leftOffset:            10
  3294. *mailnews_prefs*identityFrame.rightOffset:            10
  3295. *mailnews_prefs*identityFrame.bottomOffset:            10
  3296. *mailnews_prefs*identityFrame*nameLabel.labelString:        Your Name:
  3297. *mailnews_prefs*identityFrame*mailLabel.labelString:        Email Address:
  3298. *mailnews_prefs*identityFrame*replyToLabel.labelString:          Reply-to Address:
  3299. *mailnews_prefs*identityFrame*orgLabel.labelString:         Your Organization:
  3300. *mailnews_prefs*identityFrame*sigLabel.labelString:        Signature File:
  3301. *mailnews_prefs*identityFrame*sigBrowse.labelString:        Browse...
  3302. *mailnews_prefs*identityFrame*XmLabel.leftOffset:        4
  3303. *mailnews_prefs*identityFrame*XmLabelGadget.leftOffset:        4
  3304. *mailnews_prefs*identityFrame*XmTextField.rightOffset:        10
  3305. *mailnews_prefs*identityFrame*sigBrowse.rightOffset:        10
  3306. *mailnews_prefs*identityFrame*identityText.bottomOffset:    15
  3307. *mailnews_prefs*identityFrame*orgText.bottomOffset:        15
  3308. *mailnews_prefs*identityFrame*sigText.bottomOffset:        15
  3309. *mailnews_prefs*identityFrame*sigText.columns:            35
  3310. *mailnews_prefs*identityFrame*XmLabel.alignment:        ALIGNMENT_END
  3311. *mailnews_prefs*identityFrame*XmLabelGadget.alignment:        ALIGNMENT_END
  3312. *mailnews_prefs*identityFrame*XmPushButtonGadget.leftOffset:    8
  3313. *mailnews_prefs*identityFrame*XmPushButtonGadget.rightOffset:    8
  3314. *mailnews_prefs*identityFrame*XmPushButtonGadget.marginWidth:    10
  3315.  
  3316. ! Preferences: Organization
  3317. !
  3318. *mailnews_prefs*organizationFrame*organizationBoxLabel.labelString:\
  3319.     Mail and News Composition Window Organization
  3320. *mailnews_prefs*organizationFrame*trashToggle.labelString:\
  3321.     Empty Trash when closing Netscape mail
  3322. *mailnews_prefs*organizationFrame*passwordToggle.labelString:\
  3323.     Remember Mail Password
  3324. *mailnews_prefs*organizationFrame*trashToggle.leftOffset:    40
  3325. *mailnews_prefs*organizationFrame*passwordToggle.leftOffset:    40
  3326.  
  3327. *mailnews_prefs*threadFrame*threadBoxLabel.labelString:\
  3328.     Mail and News Threading
  3329. *mailnews_prefs*threadFrame*line1Label.labelString:\
  3330.     Mail Messages and News Articles can be threaded. Threading means that
  3331. *mailnews_prefs*threadFrame*line2Label.labelString:\
  3332.     if you receive a reply, it will be shown next to the original message.
  3333. *mailnews_prefs*threadFrame*threadMailToggle.labelString:\
  3334.     Thread Mail Messages
  3335. *mailnews_prefs*threadFrame*threadNewsToggle.labelString:\
  3336.     Thread News Messages
  3337. *mailnews_prefs*threadFrame*threadMailToggle.leftOffset:    40
  3338. *mailnews_prefs*threadFrame*threadNewsToggle.leftOffset:    40
  3339.  
  3340. *mailnews_prefs*mnSortFrame*mnSortBoxLabel.labelString:        Sorting
  3341. *mailnews_prefs*mnSortFrame*mSortLabel.labelString:        Sort Mail by:
  3342. *mailnews_prefs*mnSortFrame*mSortDateToggle.labelString:    Date
  3343. *mailnews_prefs*mnSortFrame*mSortNumToggle.labelString:        Message Number
  3344. *mailnews_prefs*mnSortFrame*mSortSubjectToggle.labelString:    Subject
  3345. *mailnews_prefs*mnSortFrame*mSortSenderToggle.labelString:    Sender
  3346. *mailnews_prefs*mnSortFrame*nSortLabel.labelString:        Sort News by:
  3347. *mailnews_prefs*mnSortFrame*nSortDateToggle.labelString:    Date
  3348. *mailnews_prefs*mnSortFrame*nSortNumToggle.labelString:        Message Number
  3349. *mailnews_prefs*mnSortFrame*nSortSubjectToggle.labelString:    Subject
  3350. *mailnews_prefs*mnSortFrame*nSortSenderToggle.labelString:    Sender
  3351. *mailnews_prefs*mnSortFrame*XmToggleButtonGadget.indicatorType:    ONE_OF_MANY
  3352.  
  3353. ! Preferences: Images
  3354. !
  3355. *general_prefs*imagesFrame*imagesBoxLabel.labelString:    Images
  3356. *general_prefs*imagesFrame.topOffset:            10
  3357. *general_prefs*imagesFrame.leftOffset:            10
  3358. *general_prefs*imagesFrame.rightOffset:            10
  3359. *general_prefs*imagesFrame.bottomOffset:        10
  3360. *general_prefs*imagesFrame*colors.labelString:        Colors:
  3361. *general_prefs*imagesFrame*auto.labelString:        Automatic
  3362. *general_prefs*imagesFrame*dither.labelString:        Dither
  3363. *general_prefs*imagesFrame*closest.labelString:        Substitute Colors
  3364. *general_prefs*imagesFrame*display.labelString:        Display Images:
  3365. *general_prefs*imagesFrame*while.labelString:        While Loading
  3366. *general_prefs*imagesFrame*after.labelString:        After Loading
  3367. *general_prefs*imagesFrame*imagesFrame.topOffset:    10
  3368. *general_prefs*imagesFrame*closest.rightOffset:        10
  3369. *general_prefs*imagesFrame*while.bottomOffset:        10
  3370. *general_prefs*imagesFrame*XmLabelGadget.alignment:    ALIGNMENT_END
  3371. *general_prefs*imagesFrame*XmToggleButtonGadget.alignment:ALIGNMENT_BEGINNING
  3372. *general_prefs*imagesFrame*indicatorType:        ONE_OF_MANY
  3373. *general_prefs*imagesFrame*after.bottomOffset:        10
  3374. *general_prefs*imagesFrame*display.leftOffset:        0
  3375. *general_prefs*imagesFrame*display.rightOffset:        0
  3376.  
  3377. ! Preferences: Languages
  3378. !
  3379. *general_prefs*languagesFrame*languagesBoxLabel.labelString:    \
  3380.                             Request Language/Region
  3381. *general_prefs*languagesFrame.topOffset:            10
  3382. *general_prefs*languagesFrame.leftOffset:            10
  3383. *general_prefs*languagesFrame.rightOffset:            10
  3384. *general_prefs*languagesFrame.bottomOffset:            10
  3385. *general_prefs*languagesFrame*list1.leftOffset:            10
  3386. *general_prefs*languagesFrame*others.labelString:        Others:
  3387. *general_prefs*languagesFrame*langs.1:    Chinese [zh]
  3388. *general_prefs*languagesFrame*langs.2:    Chinese/China [zh-CN]
  3389. *general_prefs*languagesFrame*langs.3:    Chinese/Taiwan [zh-TW]
  3390. *general_prefs*languagesFrame*langs.4:    English [en]
  3391. *general_prefs*languagesFrame*langs.5:    English/United Kingdom [en-GB]
  3392. *general_prefs*languagesFrame*langs.6:    English/United States [en-US]
  3393. *general_prefs*languagesFrame*langs.7:    French [fr]
  3394. *general_prefs*languagesFrame*langs.8:    French/Canada [fr-CA]
  3395. *general_prefs*languagesFrame*langs.9:    French/France [fr-FR]
  3396. *general_prefs*languagesFrame*langs.10:    German [de]
  3397. *general_prefs*languagesFrame*langs.11:    Italian [it]
  3398. *general_prefs*languagesFrame*langs.12:    Japanese [ja]
  3399. *general_prefs*languagesFrame*langs.13:    Korean [ko]
  3400. *general_prefs*languagesFrame*langs.14:    Portuguese [pt]
  3401. *general_prefs*languagesFrame*langs.15:    Portuguese/Brazil [pt-BR]
  3402. *general_prefs*languagesFrame*langs.16:    Spanish [es]
  3403. *general_prefs*languagesFrame*langs.17:    Spanish/Spain [es-ES]
  3404.  
  3405. ! Preferences: Mail
  3406. !
  3407. *mailnews_prefs*mailFrame*mailBoxLabel.labelString:    Mail
  3408. *mailnews_prefs*mailFrame*mailBoxLabel.topOffset:    -4
  3409. *mailnews_prefs*mailFrame*mailBoxLabel.leftOffset:    10
  3410. *mailnews_prefs*mailFrame.topOffset:            10
  3411. *mailnews_prefs*mailFrame.leftOffset:            10
  3412. *mailnews_prefs*mailFrame.rightOffset:            10
  3413. *mailnews_prefs*mailFrame.bottomOffset:            10
  3414.  
  3415. ! Preferences: Connections
  3416. !
  3417. *network_prefs*netFrame*netBoxLabel.labelString:    Connections
  3418. *network_prefs*netFrame.topOffset:            10
  3419. *network_prefs*netFrame.leftOffset:            10
  3420. *network_prefs*netFrame.rightOffset:            10
  3421. *network_prefs*netFrame.bottomOffset:            10
  3422. *network_prefs*netFrame*bufExplain.labelString:        \
  3423. The network buffer size determines the amount of data that Netscape\n\
  3424. can receive in a network data transmission. Larger buffers mean more\n\
  3425. data, but can also saturate the computer.
  3426. *network_prefs*netFrame*bufLabel.labelString:        Network Buffer Size:
  3427. *network_prefs*netFrame*connExplain.labelString:    \
  3428. Netscape can open more than one connection at a time to an internet\n\
  3429. server. This allows it to simultaneously bring in text and images.\n\
  3430. More connections mean more simultaneous files, but can also\n\
  3431. slow down the speed of each individual connection.
  3432. *network_prefs*netFrame*connLabel.labelString:        Connections:
  3433. *network_prefs*netFrame*connSuffix.labelString:    \
  3434.             (Maximum number of simultaneous network connections)
  3435. *network_prefs*netFrame*k.labelString:            Kilobytes
  3436. *network_prefs*netFrame*connSuffix.rightOffset:        10
  3437. *network_prefs*netFrame*networkFrame.topOffset:        10
  3438. *network_prefs*netFrame*bufText.columns:        6
  3439. *network_prefs*netFrame*connText.columns:        6
  3440. *network_prefs*netFrame*alignment:            ALIGNMENT_BEGINNING
  3441. *network_prefs*netFrame*bufLabel.alignment:        ALIGNMENT_END
  3442. *network_prefs*netFrame*connLabel.alignment:        ALIGNMENT_END
  3443. *network_prefs*netFrame*bufText.bottomOffset:        10
  3444. *network_prefs*netFrame*connText.bottomOffset:        10
  3445. *network_prefs*netFrame*connExplain.leftOffset:        5
  3446. *network_prefs*netFrame*bufExplain.leftOffset:        5
  3447.  
  3448.  
  3449. ! Preferences: Protocols
  3450. !
  3451. *network_prefs*alertsFrame*alertsBoxLabel.labelString:    Show an Alert before
  3452. *network_prefs*alertsFrame.topOffset:            10
  3453. *network_prefs*alertsFrame.leftOffset:            10
  3454. *network_prefs*alertsFrame.rightOffset:            10
  3455. *network_prefs*alertsFrame.bottomOffset:        10
  3456. *network_prefs*alertsFrame*cookieToggle.labelString:    Accepting a cookie
  3457. *network_prefs*alertsFrame*emailformToggle.labelString:    \
  3458.                         Submitting a Form by Email
  3459. *network_prefs*protocols*anonftpToggle.labelString:    \
  3460.                 Send Email Address as Anonymous FTP Password
  3461. *network_prefs*protocols*anonftpToggle.leftOffset:    10
  3462. *network_prefs*protocols*anonftpToggle.topOffset:    10
  3463.  
  3464. ! Preferences: Languages
  3465. !
  3466. *network_prefs*javaFrame*javaBoxLabel.labelString:     Java
  3467. *network_prefs*javaFrame.topOffset:             10
  3468. *network_prefs*javaFrame.leftOffset:             10
  3469. *network_prefs*javaFrame.rightOffset:             10
  3470. *network_prefs*javaFrame.bottomOffset:             10
  3471. *network_prefs*javaFrame*javaToggle.leftOffset:         20
  3472. *network_prefs*javaFrame*javaToggle.labelString:     Enable Java
  3473. *network_prefs*javaFrame*javascriptToggle.leftOffset:     20
  3474. *network_prefs*javaFrame*javascriptToggle.labelString:     Enable JavaScript
  3475.  
  3476.  
  3477. ! Preferences: News
  3478. !
  3479. *mailnews_prefs*newsFrame*newsBoxLabel.labelString:    News
  3480. *mailnews_prefs*newsFrame*newshostLabel.labelString:    News (NNTP) Server:
  3481. *mailnews_prefs*newsFrame.topOffset:            10
  3482. *mailnews_prefs*newsFrame.leftOffset:            10
  3483. *mailnews_prefs*newsFrame.rightOffset:            10
  3484. *mailnews_prefs*newsFrame.bottomOffset:            10
  3485. *mailnews_prefs*newsFrame*newsrcLabel.labelString:    News Directory:
  3486. *mailnews_prefs*newsFrame*newsrcBrowse.labelString:    Browse...
  3487. *mailnews_prefs*newsFrame*newsMaxLabel.labelString:    Get:
  3488. *mailnews_prefs*newsFrame*newsMaxSuffix.labelString:    \
  3489.                 Messages at a Time (Maximum 3500)
  3490. *mailnews_prefs*newsFrame*newsMaxSuffix.leftOffset:    0
  3491. *mailnews_prefs*newsFrame*newsMaxText.columns:        5
  3492. *mailnews_prefs*newsFrame*XmLabel.alignment:        ALIGNMENT_END
  3493. *mailnews_prefs*newsFrame*XmLabelGadget.alignment:    ALIGNMENT_END
  3494. *mailnews_prefs*newsFrame*newsMaxSuffix.alignment:    ALIGNMENT_BEGINNING
  3495. *mailnews_prefs*newsFrame*XmTextField.rightOffset:    10
  3496. *mailnews_prefs*newsFrame*XmLabel.leftOffset:        4
  3497. *mailnews_prefs*newsFrame*XmLabelGadget.leftOffset:    4
  3498. *mailnews_prefs*newsFrame*XmLabel.rightOffset:        4
  3499. *mailnews_prefs*newsFrame*XmLabelGadget.rightOffset:    4
  3500. *mailnews_prefs*newsFrame*newsMaxText.bottomOffset:    10
  3501. *mailnews_prefs*newsFrame.topOffset:            10
  3502. *mailnews_prefs*newsFrame*XmPushButtonGadget.marginWidth: 10
  3503. *mailnews_prefs*newsFrame*XmPushButtonGadget.rightOffset: 10
  3504. *mailnews_prefs*newsFrame*newsrcText.columns:          35
  3505. *mailnews_prefs*newsFrame*newsrcText.bottomOffset:      10
  3506.  
  3507. ! Preferences: Proxies
  3508. !
  3509. *network_prefs*proxiesFrame*proxiesBoxLabel.labelString:Proxies
  3510. *network_prefs*proxiesFrame.topOffset:            10
  3511. *network_prefs*proxiesFrame.leftOffset:            10
  3512. *network_prefs*proxiesFrame.rightOffset:        10
  3513. *network_prefs*proxiesFrame.bottomOffset:        10
  3514. !*network_prefs*proxiesFrame*XmLabel.alignment:        ALIGNMENT_END
  3515. !*network_prefs*proxiesFrame*XmLabelGadget.alignment:    ALIGNMENT_END
  3516. *network_prefs*proxiesFrame*XmTextField.columns:    30
  3517. *network_prefs*proxiesFrame*proxiesBoxLabel.leftOffset:    10
  3518. *network_prefs*proxiesFrame*proxiesBoxLabel.topOffset:    -4
  3519. !*network_prefs*proxiesFrame*XmLabel.leftOffset:    10
  3520. !*network_prefs*proxiesFrame*XmLabelGadget.leftOffset:    10
  3521.  
  3522. *network_prefs*proxiesFrame*proxiesBoxLabel.labelString:Proxy Configuration
  3523. *network_prefs*proxiesFrame*proxiesLabel.alignment:    ALIGNMENT_BEGINNING
  3524. *network_prefs*proxiesFrame*proxiesLabel.labelString: \
  3525. A network proxy is a conduit between your computer and the internet and \n\
  3526. is used to access the internet through a firewall. If you have a direct \n\
  3527. connection to the internet, you do not need to configure Proxies.
  3528. *network_prefs*proxiesFrame*locationLabel.labelString:    Location (URL):
  3529. *network_prefs*proxiesFrame*noProxiesToggle.labelString: No Proxies
  3530. *network_prefs*proxiesFrame*manualToggle.labelString:    \
  3531.                         Manual Proxy Configuration
  3532. *network_prefs*proxiesFrame*proxyReload.labelString:    Reload
  3533. *network_prefs*proxiesFrame*proxyReload.rightOffset:    10
  3534. *network_prefs*proxiesFrame*manualBrowse.labelString:    View ...
  3535. *network_prefs*proxiesFrame*autoToggle.labelString:    \
  3536.                         Automatic Proxy Configuration
  3537. *network_prefs*proxiesFrame*autoText.rightOffset:    10
  3538. *network_prefs*proxiesFrame*autoText.bottomOffset:    10
  3539. *network_prefs*proxiesFrame*indicatorType:        ONE_OF_MANY
  3540.  
  3541.  
  3542. *proxies_prefs*proxiesFrame*proxiesBoxLabel.labelString:    \
  3543.                         Manual Proxy Configuration
  3544. *proxies_prefs*proxiesFrame*ftpLabel.labelString:    FTP Proxy:
  3545. *proxies_prefs*proxiesFrame*gopherLabel.labelString:    Gopher Proxy:
  3546. *proxies_prefs*proxiesFrame*httpLabel.labelString:    HTTP Proxy:
  3547. *proxies_prefs*proxiesFrame*httpsLabel.labelString:    Security Proxy:
  3548. *proxies_prefs*proxiesFrame*waisLabel.labelString:    WAIS Proxy:
  3549. *proxies_prefs*proxiesFrame*noLabel.labelString:    No Proxy for:
  3550. *proxies_prefs*proxiesFrame*socksLabel.labelString:    SOCKS Host:
  3551. *proxies_prefs*proxiesFrame*portLabel.labelString:    Port:
  3552. *proxies_prefs*proxiesFrame*ftpPort.columns:        5
  3553. *proxies_prefs*proxiesFrame*ftpText.rightOffset:    10
  3554. *proxies_prefs*proxiesFrame*ftpPort.rightOffset:    10
  3555. *proxies_prefs*proxiesFrame*portLabel.leftOffset:    10
  3556. *proxies_prefs*proxiesFrame*noText.bottomOffset:    10
  3557. *proxies_prefs*proxiesFrame*socksText.topOffset:    15
  3558. *proxies_prefs*proxiesFrame*socksText.bottomOffset:    10
  3559.  
  3560. ! Preferences: Site Certificates
  3561. !
  3562. *security_prefs*siteFrame*siteBoxLabel.labelString:    Site Certificates
  3563. *security_prefs*siteFrame.topOffset:            10
  3564. *security_prefs*siteFrame.leftOffset:            10
  3565. *security_prefs*siteFrame.rightOffset:            10
  3566. *security_prefs*siteFrame.bottomOffset:            10
  3567. *security_prefs*siteFrame*allLabel.labelString:        \
  3568.             These are the Site Certificates that you have accepted:
  3569. *security_prefs*siteFrame*allEditCert.rightOffset:    10
  3570. *security_prefs*siteFrame*allEditCert.labelString:    Edit Certificate ...
  3571. *security_prefs*siteFrame*allDeleteCert.rightOffset:    10
  3572. *security_prefs*siteFrame*allDeleteCert.labelString:    Delete Certificate
  3573. *security_prefs*siteFrame*allList.bottomOffset:        10
  3574. *security_prefs*siteFrame*allCerts.labelString:        All Certificates
  3575. *security_prefs*siteFrame*siteCerts.labelString:    Site Certificates
  3576. *security_prefs*siteFrame*authCerts.labelString:    Certificate Authorities
  3577.  
  3578. ! Preferences: Personal Certificates
  3579. !
  3580. *security_prefs*personalFrame*personalBoxLabel.labelString: \
  3581.                             Personal Certificates
  3582. *security_prefs*personalFrame.topOffset:         10
  3583. *security_prefs*personalFrame.leftOffset:         10
  3584. *security_prefs*personalFrame.rightOffset:         10
  3585. *security_prefs*personalFrame.bottomOffset:         10
  3586. *security_prefs*personalFrame*persLabel.labelString:     \
  3587.                     These are your Personal Certificates:
  3588. *security_prefs*personalFrame*persInfo.rightOffset:     10
  3589. *security_prefs*personalFrame*persInfo.labelString:     More Info ...
  3590. *security_prefs*personalFrame*persDeleteCert.rightOffset: 10
  3591. *security_prefs*personalFrame*persDeleteCert.labelString: Delete Certificates
  3592. *security_prefs*personalFrame*persNewCert.rightOffset:     10
  3593. *security_prefs*personalFrame*persNewCert.labelString:    Obtain New Certificates
  3594. *security_prefs*personalFrame*siteDefault.labelString:    \
  3595.                 Default Certificates to present to sites:
  3596. *security_prefs*personalFrame*siteText.bottomOffset:    10
  3597. *security_prefs*personalFrame*siteText.rightOffset:    10
  3598. *security_prefs*personalFrame*persList.leftOffset:    10
  3599.  
  3600. ! Preferences: General Security
  3601. !
  3602. *security_prefs*securityFrame*securityBoxLabel.labelString: Security Alerts
  3603. *security_prefs*securityFrame.topOffset:         10
  3604. *security_prefs*securityFrame.leftOffset:         10
  3605. *security_prefs*securityFrame.rightOffset:         10
  3606. *security_prefs*securityFrame.bottomOffset:         10
  3607. *security_prefs*securityFrame*alertLabel.labelString:    Show an Alert Before:
  3608. *security_prefs*securityFrame*enterToggle.labelString:     \
  3609.                       Entering a Secure Document Space (Server)
  3610. *security_prefs*securityFrame*leaveToggle.labelString:     \
  3611.                        Leaving a Secure Document Space (Server)
  3612. *security_prefs*securityFrame*mixedToggle.labelString:     \
  3613.                   Viewing a Document with a Secure/Insecure Mix
  3614. *security_prefs*securityFrame*alignment:         ALIGNMENT_BEGINNING
  3615. *security_prefs*securityFrame*submitToggle.labelString:     \
  3616.                            Submitting a Form Insecurely
  3617. *security_prefs*securityFrame*alertLabel.topOffset:     10
  3618. *security_prefs*securityFrame*alertLabel.leftOffset:     10
  3619. *security_prefs*securityFrame*enterToggle.topOffset:     10
  3620. *security_prefs*securityFrame*enterToggle.leftOffset:     20
  3621. *security_prefs*securityFrame*submitToggle.bottomOffset: 10
  3622. *security_prefs*securityFrame*enterToggle.rightOffset:     10
  3623. *security_prefs*securityFrame*leaveToggle.rightOffset:     10
  3624. *security_prefs*securityFrame*mixedToggle.rightOffset:     10
  3625. *security_prefs*securityFrame*submitToggle.rightOffset:     10
  3626.  
  3627. *security_prefs*javaFrame*javaBoxLabel.labelString:     Java
  3628. *security_prefs*javaFrame.topOffset:             10
  3629. *security_prefs*javaFrame.leftOffset:             10
  3630. *security_prefs*javaFrame.rightOffset:             10
  3631. *security_prefs*javaFrame.bottomOffset:             10
  3632. *security_prefs*javaFrame*javaToggle.leftOffset:     20
  3633. *security_prefs*javaFrame*javaToggle.labelString:     Disable Java
  3634. *security_prefs*javaFrame*javascriptToggle.leftOffset:     20
  3635. *security_prefs*javaFrame*javascriptToggle.labelString:     Disable JavaScript
  3636.  
  3637. *security_prefs*sslFrame*sslBoxLabel.labelString:    Secure Network Protocol
  3638. *security_prefs*sslFrame.topOffset:            10
  3639. *security_prefs*sslFrame.leftOffset:            10
  3640. *security_prefs*sslFrame.rightOffset:            10
  3641. *security_prefs*sslFrame.bottomOffset:            10
  3642. *security_prefs*sslFrame*ssl2Toggle.leftOffset:        20
  3643. *security_prefs*sslFrame*ssl2Toggle.labelString:    Enable SSL2
  3644. *security_prefs*sslFrame*ssl3Toggle.leftOffset:        20
  3645. *security_prefs*sslFrame*ssl3Toggle.labelString:    Enable SSL3
  3646. *security_prefs*sslFrame*configure.labelString:        Configure
  3647. *security_prefs*sslFrame*configure.marginWidth:        10
  3648.   
  3649. ! Preferences: Security Passwords
  3650. !
  3651. *security_prefs*passwordsFrame*passwordsBoxLabel.labelString: Passwords
  3652. *security_prefs*passwordsFrame.topOffset:        10
  3653. *security_prefs*passwordsFrame.leftOffset:        10
  3654. *security_prefs*passwordsFrame.rightOffset:        10
  3655. *security_prefs*passwordsFrame.bottomOffset:        10
  3656. *security_prefs*passwordsFrame*passLabel.labelString:    Password:
  3657. *security_prefs*passwordsFrame*passToggle.labelString:    Use a Password
  3658. *security_prefs*passwordsFrame*noPassToggle.labelString: Do not use a Password
  3659. *security_prefs*passwordsFrame*askLabel.labelString:    Ask for Password:
  3660. *security_prefs*passwordsFrame*onceToggle.labelString:    Once per session
  3661. *security_prefs*passwordsFrame*everyToggle.labelString:    Every time it's needed
  3662. *security_prefs*passwordsFrame*periodicToggle.labelString: After
  3663. *security_prefs*passwordsFrame*periodicText.columns:    3
  3664. *security_prefs*passwordsFrame*periodicLabel.labelString: minutes of inactivity
  3665. *security_prefs*passwordsFrame*alignment:        ALIGNMENT_BEGINNING
  3666. *security_prefs*passwordsFrame*passLabel.leftOffset:    10
  3667. *security_prefs*passwordsFrame*indicatorType:        ONE_OF_MANY
  3668. *security_prefs*passwordsFrame*changePassword.topOffset:  10
  3669. *security_prefs*passwordsFrame*changePassword.leftOffset: 30
  3670. *security_prefs*passwordsFrame*bannerLabel.labelString: \
  3671. Use a password if other people have access to your computer.
  3672.  
  3673.  
  3674. ! Preferences: Styles1
  3675. !
  3676. *general_prefs*toolbarsFrame*toolbarsBoxLabel.labelString:Toolbars
  3677. *general_prefs*toolbarsFrame.topOffset:            10
  3678. *general_prefs*toolbarsFrame.leftOffset:        10
  3679. *general_prefs*toolbarsFrame.rightOffset:        10
  3680. *general_prefs*toolbarsFrame.bottomOffset:        10
  3681. *general_prefs*toolbarsFrame*toolbarLabel.labelString:    Show Toolbars As:
  3682. *general_prefs*toolbarsFrame*toolbarLabel.alignment:    ALIGNMENT_END
  3683. *general_prefs*toolbarsFrame*icons.labelString:        Pictures
  3684. *general_prefs*toolbarsFrame*text.labelString:        Text
  3685. *general_prefs*toolbarsFrame*both.labelString:        Pictures and Text
  3686. *general_prefs*toolbarsFrame*indicatorType:        ONE_OF_MANY
  3687. *general_prefs*toolbarsFrame*toolbarTipsLabel.labelString: Toolbar Tips are:
  3688. *general_prefs*toolbarsFrame*toolbarTipsLabel.alignment:   ALIGNMENT_END
  3689. *general_prefs*toolbarsFrame*enabled.indicatorType:    N_OF_MANY
  3690. *general_prefs*toolbarsFrame*enabled.labelString:    Enabled
  3691. *general_prefs*toolbarsFrame*enabled.tipString:        Toggle Toolbar Tips
  3692. *general_prefs*toolbarsFrame*enabled.documentationString: \
  3693. Enable or disable toolbar tips
  3694.  
  3695. *general_prefs*startupFrame*startupBoxLabel.labelString:Startup
  3696. *general_prefs*startupFrame.topOffset:            10
  3697. *general_prefs*startupFrame.leftOffset:            10
  3698. *general_prefs*startupFrame.rightOffset:        10
  3699. *general_prefs*startupFrame.bottomOffset:        10
  3700. *general_prefs*startupFrame*startLabel.labelString:    Browser Starts with:
  3701. *general_prefs*startupFrame*startLabel.alignment:    ALIGNMENT_END
  3702. *general_prefs*startupFrame*blank.labelString:        Blank Page
  3703. *general_prefs*startupFrame*home.labelString:        Home Page Location:
  3704. *general_prefs*startupFrame*homeText.bottomOffset:    10
  3705. *general_prefs*startupFrame*homeText.rightOffset:    10
  3706. *general_prefs*startupFrame*indicatorType:        ONE_OF_MANY
  3707.  
  3708. *general_prefs*startupFrame*startupLabel.labelString:    On Startup Launch:
  3709. *general_prefs*startupFrame*browser.labelString:    Netscape Browser
  3710. *general_prefs*startupFrame*mail.labelString:        Netscape Mail
  3711. *general_prefs*startupFrame*news.labelString:        Netscape News
  3712.  
  3713. *general_prefs*linkFrame*linkBoxLabel.labelString:    Link Styles
  3714. *general_prefs*linkFrame.topOffset:            10
  3715. *general_prefs*linkFrame.leftOffset:            10
  3716. *general_prefs*linkFrame.rightOffset:            10
  3717. *general_prefs*linkFrame.bottomOffset:            10
  3718. *general_prefs*linkFrame*underlineLabel.labelString:    Links are:
  3719. *general_prefs*linkFrame*underlineLabel.alignment:    ALIGNMENT_END
  3720. *general_prefs*linkFrame*underline.labelString:        Underlined
  3721. *general_prefs*linkFrame*expireLabel.labelString:    Followed Links:
  3722. *general_prefs*linkFrame*expireLabel.alignment:        ALIGNMENT_END
  3723. *general_prefs*linkFrame*expireNever.labelString:    Never Expire
  3724. *general_prefs*linkFrame*expireAfter.labelString:    Expire After
  3725. *general_prefs*linkFrame*expireDaysLabel.labelString:    Days
  3726. *general_prefs*linkFrame*expireDays.columns:        3
  3727. *general_prefs*linkFrame*expireNow.labelString:        Expire Now
  3728. *general_prefs*linkFrame*indicatorType:            ONE_OF_MANY
  3729. *general_prefs*linkFrame*underline.indicatorType:    N_OF_MANY
  3730. *general_prefs*linkFrame*expireDays.topOffset:        10
  3731. *general_prefs*linkFrame*expireDays.bottomOffset:    10
  3732. *general_prefs*linkFrame*expireNow.marginWidth:        10
  3733. *general_prefs*linkFrame*expireNow.marginHeight:    0
  3734. *general_prefs*linkFrame*underline.leftOffset:        10
  3735. *general_prefs*linkFrame*expireLabel.leftOffset:    10
  3736. *general_prefs*linkFrame*expireAfter.leftOffset:    10
  3737. *general_prefs*linkFrame*expireNow.leftOffset:        20
  3738.  
  3739.  
  3740. ! Preferences: Styles 2
  3741. !
  3742.  
  3743.  
  3744. *enteringSecureDialog_popup.title:        Netscape: Secure Document
  3745. *enteringSecureDialog*toggle.labelString:    Show this Alert Next Time
  3746. *enteringSecureDialog*toggle.alignment:        ALIGNMENT_BEGINNING
  3747. *enteringSecureDialog*toggle.leftOffset:    100
  3748. *enteringSecureDialog.selectionLabelString:\
  3749. You have requested a secure document. The document and any information\n\
  3750. you send back are encrypted for privacy while in transit.\n\
  3751. For more information on security choose Document Info from the View \
  3752. menu.
  3753.  
  3754. *leavingSecureDialog_popup.title:        Netscape: Security Warning
  3755. *leavingSecureDialog*toggle.labelString:    Show this Alert Next Time
  3756. *leavingSecureDialog*toggle.alignment:        ALIGNMENT_BEGINNING
  3757. *leavingSecureDialog.OkLabelString:        Continue Loading
  3758. *leavingSecureDialog.CancelLabelString:        Cancel Loading
  3759. *leavingSecureDialog*toggle.leftOffset:        100
  3760. *leavingSecureDialog.selectionLabelString:\
  3761. You have requested an insecure document. The document and any information\n\
  3762. you send back could be observed by a third party while in transit.\n\
  3763. For more information on security choose Document Info from the View \
  3764. menu.
  3765.  
  3766. *mixedSecurityDialog_popup.title:        Netscape: Security Warning
  3767. *mixedSecurityDialog*toggle.labelString:    Show this Alert Next Time
  3768. *mixedSecurityDialog*toggle.alignment:        ALIGNMENT_BEGINNING
  3769. *mixedSecurityDialog*toggle.leftOffset:        100
  3770. *mixedSecurityDialog.selectionLabelString:\
  3771. You have requested a secure document that contains some insecure \
  3772. information.\n\
  3773.  \n\
  3774. The insecure information will not be shown.\n\
  3775. For more information on security choose Document Info from the View \
  3776. menu.
  3777.  
  3778. *redirectionToInsecureDialog_popup.title:    Netscape: Security Warning
  3779. *redirectionToInsecureDialog*toggle.labelString:Show this Alert Next Time
  3780. *redirectionToInsecureDialog*toggle.alignment:    ALIGNMENT_BEGINNING
  3781. *redirectionToInsecureDialog.OkLabelString:    Continue Loading
  3782. *redirectionToInsecureDialog.CancelLabelString:    Cancel Loading
  3783. *redirectionToInsecureDialog*toggle.leftOffset:    100
  3784. *redirectionToInsecureDialog.selectionLabelString:\
  3785. Warning! You have requested an insecure document that was\n\
  3786. originally designated a secure document (the location has been\n\
  3787. redirected from a secure to an insecure document). The document\n\
  3788. and any information you send back could be observed by a third\n\
  3789. party while in transit.
  3790.  
  3791. *redirectionToSecureDialog_popup.title:    Netscape: Security Warning
  3792. *redirectionToSecureDialog*toggle.labelString:Show this Alert Next Time
  3793. *redirectionToSecureDialog*toggle.alignment:    ALIGNMENT_BEGINNING
  3794. *redirectionToSecureDialog.OkLabelString:    Continue Loading
  3795. *redirectionToSecureDialog.CancelLabelString:    Cancel Loading
  3796. *redirectionToSecureDialog*toggle.leftOffset:    100
  3797. *redirectionToSecureDialog.selectionLabelString:\
  3798. Warning! Your connection has been redirected to a different\n\
  3799. site. You may not be connected to the site that you originally\n\
  3800. tried to reach.
  3801.  
  3802. *insecurePostFromSecureDocDialog_popup.title:         Netscape: Security Warning
  3803. *insecurePostFromSecureDocDialog*toggle.labelString: Show this Alert Next Time
  3804. *insecurePostFromSecureDocDialog*toggle.alignment:   ALIGNMENT_BEGINNING
  3805. *insecurePostFromSecureDocDialog.OkLabelString:         Continue Submission
  3806. *insecurePostFromSecureDocDialog.CancelLabelString:  Cancel Submission
  3807. *insecurePostFromSecureDocDialog*toggle.leftOffset:  100
  3808. *insecurePostFromSecureDocDialog.selectionLabelString:\
  3809. Warning! Although this document is secure, any information you\n\
  3810. submit is insecure and could be observed by a third party while\n\
  3811. in transit. If you are submitting passwords, credit card numbers,\n\
  3812. or other information you would like to keep private, it would be\n\
  3813. safer for you to cancel the submission.
  3814.  
  3815. *insecurePostFromInsecureDocDialog_popup.title:          Netscape: Security Warning
  3816. *insecurePostFromInsecureDocDialog.OkLabelString:     Continue Submission
  3817. *insecurePostFromInsecureDocDialog.CancelLabelString: Cancel Submission
  3818. *insecurePostFromInsecureDocDialog*toggle.labelString:Show this Alert Next Time
  3819. *insecurePostFromInsecureDocDialog*toggle.alignment:  ALIGNMENT_BEGINNING
  3820. *insecurePostFromInsecureDocDialog*toggle.leftOffset: 100
  3821. *insecurePostFromInsecureDocDialog.selectionLabelString:\
  3822. The information you submit is insecure and could be observed by\n\
  3823. a third party while in transit.  If you are submitting passwords,\n\
  3824. credit card numbers, or other information you would like to keep\n\
  3825. private, it would be safer for you to cancel the submission.
  3826.  
  3827.  
  3828. *licenseDialog_popup.title:            Netscape: License Agreement
  3829. *licenseDialog*label1.labelString:\n\
  3830.  Netscape is licensed software.  Its use is subject to the\n\
  3831.  terms and conditions of the license agreement below.\n
  3832. *licenseDialog*label2.labelString:\n\
  3833.  If you accept the terms of this license agreement,\n\
  3834.  press `Accept.'  Otherwise press `Do Not Accept.'\n
  3835. *licenseDialog*text.columns:            72
  3836. *licenseDialog*text.rows:            23
  3837. *licenseDialog*text.wordWrap:            True
  3838. *licenseDialog*text.scrollHorizontal:        False
  3839. *licenseDialog.accept.labelString:        Accept
  3840. *licenseDialog.reject.labelString:        Do Not Accept
  3841.  
  3842. *printSetup_popup.title:            Netscape: Print
  3843. *printSetup*printToLabel.labelString:        Print To:
  3844. *printSetup*toPrinterToggle.labelString:    Printer
  3845. *printSetup*toFileToggle.labelString:        File
  3846. *printSetup*printCommandLabel.labelString:    Print Command:
  3847. *printSetup*fileNameLabel.labelString:        File Name:
  3848. *printSetup*browseButton.labelString:        Browse...
  3849. *printSetup*printLabel.labelString:        Print:
  3850. *printSetup*firstFirstToggle.labelString:    First Page First
  3851. *printSetup*lastFirstToggle.labelString:    Last Page First
  3852. *printSetup*orientationLabel.labelString:    Orientation:
  3853. *printSetup*portraitToggle.labelString:        Portrait
  3854. *printSetup*landscapeToggle.labelString:    Landscape
  3855. *printSetup*printColorLabel.labelString:    Print:
  3856. *printSetup*greyscaleToggle.labelString:    Greyscale
  3857. *printSetup*colorToggle.labelString:        Color
  3858. *printSetup*paperSizeLabel.labelString:        Paper Size:
  3859. *printSetup*letterToggle.labelString:        Letter (8 1/2 x 11 in.)
  3860. *printSetup*legalToggle.labelString:        Legal (8 1/2 x 14 in.)
  3861. *printSetup*executiveToggle.labelString:    Executive (7 1/2 x 10 in.)
  3862. *printSetup*a4Toggle.labelString:        A4 (210 x 297 mm)
  3863. *printSetup*OK.labelString:            Print
  3864. *printSetup*OkLabelString:            Print
  3865. *printSetup*CancelLabelString:            Cancel
  3866. *printSetup*XmLabel.alignment:            ALIGNMENT_END
  3867. *printSetup*XmLabelGadget.alignment:        ALIGNMENT_END
  3868. *printSetup*XmToggleButtonGadget.alignment:    ALIGNMENT_BEGINNING
  3869. *printSetup*XmToggleButtonGadget.indicatorType:    ONE_OF_MANY
  3870. *printSetup*lastFirstToggle.leftOffset:        10
  3871. *printSetup*landscapeToggle.leftOffset:        10
  3872. *printSetup*colorToggle.leftOffset:        10
  3873. *printSetup*legalToggle.leftOffset:        10
  3874. *printSetup*a4Toggle.leftOffset:        10
  3875. *printSetup*XmLabel.rightOffset:        10
  3876. *printSetup*XmLabelGadget.rightOffset:        10
  3877. *printSetup*browseButton.marginHeight:        3
  3878. *printSetup*browseButton.marginWidth:        4
  3879. *printSetup*line.topOffset:            4
  3880. *printSetup*printLabel.topOffset:        4
  3881. *printSetup*firstFirstToggle.topOffset:        10
  3882. *printSetup*portraitToggle.topOffset:        10
  3883. *printSetup*greyscaleToggle.topOffset:        10
  3884. *printSetup*letterToggle.topOffset:        10
  3885. !*printSetup_popup*preeditType:            none
  3886.  
  3887. *findDialog_popup.title:            Netscape: Find
  3888. *findDialog*findInLabel.labelString:        Find in:
  3889. *findDialog*msgHeaders.labelString:        Message Headers in This Folder
  3890. *findDialog*msgBody.labelString:        Body of This Message
  3891. *findDialog*msgHeaders.indicatorType:        ONE_OF_MANY
  3892. *findDialog*msgBody.indicatorType:        ONE_OF_MANY
  3893. *findDialog*findLabel.labelString:        Find:
  3894. *findDialog*findLabel.alignment:        ALIGNMENT_END
  3895. *findDialog*caseSensitive.labelString:        Case Sensitive
  3896. *findDialog*backwards.labelString:        Find Backwards
  3897. *findDialog*backwards.leftOffset:        20
  3898. *findDialog*caseSensitive.alignment:        ALIGNMENT_BEGINNING
  3899. *findDialog*backwards.alignment:        ALIGNMENT_BEGINNING
  3900. *findDialog*XmToggleButtonGadget.indicatorType:    N_OF_MANY
  3901. *findDialog*XmToggleButtonGadget.visibleWhenOff:True
  3902. *findDialog*OK.labelString:            Find
  3903. *findDialog*OkLabelString:            Find
  3904. *findDialog*Apply.labelString:            Clear
  3905. *findDialog*ApplyLabelString:            Clear
  3906. *findDialog*Cancel.labelString:            Close
  3907. *findDialog*CancelLabelString:            Close
  3908. !*findDialog_popup*preeditType:            overthespot
  3909. ! Bookmark Find dialog shares resources with the main find dialog
  3910. ! Extra resources specific to bookmark find dialog
  3911. *findDialog*lookinLabel.labelString:        Look in:
  3912. *findDialog*nameToggle.labelString:        Name
  3913. *findDialog*locationToggle.labelString:        Location
  3914. *findDialog*descriptionToggle.labelString:    Description
  3915. *findDialog*wordToggle.labelString:        Whole word
  3916. *findDialog*helptext.labelString:        Use Find Again to keep looking.
  3917.  
  3918. ! More resources for the Addressbook find dialog
  3919. *findDialog*nicknameToggle.labelString:        Nick Name
  3920.  
  3921.  
  3922. *openURLDialog_popup.title:            Netscape: Open Location
  3923. *openURLDialog*openURLLabel.labelString:    Open Location:
  3924. *openURLDialog*OK.labelString:        Open
  3925. *openURLDialog*OkLabelString:            Open
  3926. *openURLDialog*Apply.labelString:        Clear
  3927. *openURLDialog*ApplyLabelString:        Clear
  3928. *openURLDialog*Cancel.labelString:        Cancel
  3929. *openURLDialog*CancelLabelString:        Cancel
  3930. *openURLDialog*openURLLabel.alignment:    ALIGNMENT_END
  3931. *openURLDialog*urlText.columns:        45
  3932. *openURLDialog.width:                500
  3933. !*openURLDialog_popup*preeditType:        none
  3934. *openURLDialog*openInEditor.labelString:    Open In Editor
  3935. *openURLDialog*openInBrowser.labelString:    Open In Browser
  3936.  
  3937. *message_popup.title:            Netscape
  3938. *message_popup*OK.labelString:        OK
  3939. *message_popup*OkLabelString:        OK
  3940.  
  3941. *error_popup.title:            Netscape: Error
  3942.  
  3943. *question_popup.title:            Netscape: Question
  3944. *question_popup*OK.labelString:        OK
  3945. *question_popup*Cancel.labelString:    Cancel
  3946.  
  3947. *prompt_popup.title:            Netscape: Prompt
  3948. *password_popup.title:            Netscape: Password
  3949. *promptSubject_popup.title:        Netscape: Subject Prompt
  3950. *stdout_popup.title:            Netscape: subprocess diagnostics (stdout)
  3951. *stderr_popup.title:            Netscape: subprocess diagnostics (stderr)
  3952. *stdout_stderr_popup.title:     Netscape: subprocess diagnostics (stdout/stderr)
  3953.  
  3954. *citing_popup.title:            Netscape
  3955. *citing_popup*messageString:        \nQuoting...\n
  3956.  
  3957. *printing_popup.title:            Netscape
  3958. *printing_popup*messageString:        \nPrinting...\n
  3959.  
  3960. *deliveringMessage_popup.title:        Netscape
  3961. *deliveringMessage_popup*messageString:    \nDelivering message...\n
  3962.  
  3963. *saving_popup.title:            Netscape
  3964. *saving_popup*messageString:        \nSaving to disk...\n
  3965.  
  3966. *visual_popup.title:            Netscape: Change X Visual
  3967. *visual_popup*listLabelString:        Available Visuals:
  3968.  
  3969. *autoSaveNew.title:          Netscape: Auto Save New Document
  3970. *autoSaveNew*yes.labelString:      Yes
  3971. *autoSaveNew*no.labelString:       No
  3972.  
  3973. *saveFile_popup.title:          Netscape: Save Document
  3974. *saveFile*yes.labelString:      Yes
  3975. *saveFile*no.labelString:       No
  3976.  
  3977. *saveNewFile_popup.title:       Netscape: Save New Document
  3978.  
  3979. *promptSubject_popup*messageString:    \
  3980. You did not give a subject to this message.\n\
  3981. If you would like to provide one, please type it now.
  3982.  
  3983. *dialog*OK.labelString:            OK
  3984. *dialog*clear.labelString:        Clear
  3985. *dialog*Cancel.labelString:        Cancel
  3986. *dialog*userLabel.labelString:        User ID:
  3987. *dialog*passwdLabel.labelString:    Password:
  3988. *dialog*userLabel.alignment:        ALIGNMENT_END
  3989. *dialog*passwdLabel.alignment:        ALIGNMENT_END
  3990.  
  3991. *clear.labelString:            Clear
  3992. *cancel.labelString:            Cancel
  3993. *OK.labelString:            OK
  3994.  
  3995. *citationQuery_popup.title:        Citation Style Question
  3996. *citationQuery.selectionLabelString:    \n\
  3997. You have quoted an entire document instead of attaching it.\n\
  3998.  \n\
  3999. You could, instead, attach the document and it would be\n\
  4000. appended to the message, without a `>' at the beginning\n\
  4001. of each line. This would make it easier for recipients\n\
  4002. to save and use this document.\n\
  4003.  \n\
  4004. Would you like to send this document as an attachment?\n
  4005.  
  4006. *citationQuery*OK.labelString:        Send as\nText Attachment
  4007. *citationQuery*OkLabelString:        Send as\nText Attachment
  4008. *citationQuery*Apply.labelString:    Send as\nQuoted
  4009. *citationQuery*ApplyLabelString:    Send as\nQuoted
  4010. *citationQuery*Cancel.labelString:    Cancel
  4011. *citationQuery*CancelLabelString:    Cancel
  4012.  
  4013. *doubleCitationQuery_popup.title:    Citation Style Question
  4014. *doubleCitationQuery.selectionLabelString:    \n\
  4015. You have (probably inadvertently) included the same document twice:\n\
  4016. first as a citation (meaning: with `>' at the beginning of each line) and\n\
  4017. then as an attachment (meaning: as a second part of the message,\n\
  4018. included after your new text.)\n\
  4019.  \n\
  4020. Would you like to send an attached document or a quoted document?
  4021.  
  4022. *doubleCitationQuery*OK.labelString:    Send as\nText Attachment
  4023. *doubleCitationQuery*OkLabelString:    Send as\nText Attachment
  4024. *doubleCitationQuery*Apply.labelString:    Send as\nQuoted
  4025. *doubleCitationQuery*ApplyLabelString:    Send as\nQuoted
  4026. *doubleCitationQuery*Cancel.labelString:Cancel
  4027. *doubleCitationQuery*CancelLabelString:    Cancel
  4028.  
  4029. *streamingAudioQuery_popup.title:    Audio Question
  4030. *streamingAudioQuery.selectionLabelString:    \
  4031. Would you like to play the data to the external viewer as it comes\n\
  4032. from the network, or save to a file and then play from the file?
  4033. *streamingAudioQuery*OK.labelString:    Play from Network
  4034. *streamingAudioQuery*OkLabelString:    Play from Network
  4035. *streamingAudioQuery*Apply.labelString:    Save First
  4036. *streamingAudioQuery*ApplyLabelString:    Save First
  4037. *streamingAudioQuery*Cancel.labelString:Cancel
  4038. *streamingAudioQuery*CancelLabelString:    Cancel
  4039.  
  4040. *fileSelector*filterLabelString:    Filter
  4041. *fileSelector*dirListLabelString:    Directories
  4042. *fileSelector*fileListLabelString:    Files
  4043. *fileSelector*OkLabelString:    OK
  4044. *fileSelector*ApplyLabelString:    Filter
  4045. *fileSelector*CancelLabelString:    Cancel
  4046. *fileSelector.Selection.labelString:    Selection
  4047. *fileSelector.pattern:            *.html
  4048. *fileSelector*fileTypeMask:        FILE_ANY_TYPE
  4049. *fileSelector*saveTypeBox.orientation:    HORIZONTAL
  4050. *fileSelector*formatType.labelString:    Format for Saved Document:
  4051. !*fileSelector_popup*preeditType:    overthespot
  4052.  
  4053. *fileBrowser_popup.title:        Netscape: File Browser
  4054. *fileBrowser*filterLabelString:        Filter
  4055. *fileBrowser*dirListLabelString:        Directories
  4056. *fileBrowser*fileListLabelString:        Files
  4057. *fileBrowser*Selection.labelString:        Selection
  4058. *fileBrowser*OkLabelString:        OK
  4059. *fileBrowser*ApplyLabelString:        Filter
  4060. *fileBrowser*CancelLabelString:        Cancel
  4061. *fileBrowser*HelpLabelString:        Help
  4062.  
  4063. *formSubmitButton.labelString:        Submit
  4064. *formResetButton.labelString:        Reset
  4065. *formButton.labelString:        Monkey Brains
  4066. *formFileBrowseButton.labelString:    Browse...
  4067.  
  4068. !
  4069. ! The bookmarks window
  4070. !
  4071. *Bookmark.mainform.width:        300
  4072. *Bookmark.mainform.height:        400
  4073. *Bookmark*open.labelString:        Open
  4074. *Bookmark*open.mnemonic:        O
  4075. *Bookmark*selectAll.labelString:    Select All
  4076. *Bookmark*selectAll.mnemonic:        S
  4077. *Bookmark*menuBar.Item.labelString:    Item
  4078. *Bookmark*properties.labelString:    Properties...
  4079. *Bookmark*properties.mnemonic:        P
  4080. *Bookmark*gotoBookmark.labelString:    Goto Bookmark
  4081. *Bookmark*gotoBookmark.mnemonic:    G
  4082. *Bookmark*sortBookmarks.labelString:    Sort Bookmarks
  4083. *Bookmark*sortBookmarks.mnemonic:    S
  4084. *Bookmark*insertBookmark.labelString:    Insert Bookmark
  4085. *Bookmark*insertBookmark.mnemonic:    B
  4086. *Bookmark*insertHeader.labelString:    Insert Folder
  4087. *Bookmark*insertHeader.mnemonic:    F
  4088. *Bookmark*insertSeparator.labelString:    Insert Separator
  4089. *Bookmark*insertSeparator.mnemonic:    S
  4090. *Bookmark*makeAlias.labelString:    Make Alias
  4091. *Bookmark*makeAlias.mnemonic:        A
  4092. *Bookmark*newBmFolder.labelString:    Set to New Bookmarks Folder
  4093. *Bookmark*newBmFolder.mnemonic:        N
  4094. *Bookmark*bmMenuFolder.labelString:    Set to Bookmark Menu Folder
  4095. *Bookmark*bmMenuFolder.mnemonic:    M
  4096.  
  4097. !*Bookmark*preeditType:            overthespot
  4098.  
  4099. ! Bookmarks popup menu. It has the same name as the main popup menu
  4100. ! and hence shares the rest of the resources.
  4101. *Bookmark*popup.title.labelString:        Bookmarks
  4102. *titleSeparator.separatorType:            XmDOUBLE_LINE
  4103.  
  4104. ! Bookmarks edit properties window.
  4105. !
  4106. *bookmarkProps_popup*title:            Netscape: Bookmark Properties
  4107. *bookmarkProps*nameLabel.labelString:        Name:
  4108. *bookmarkProps*nameLabel.alignment:        ALIGNMENT_END
  4109. *bookmarkProps*locationLabel.labelString:    Location:
  4110. *bookmarkProps*locationLabel.alignment:        ALIGNMENT_END
  4111. *bookmarkProps*descriptionLabel.labelString:    Description:
  4112. *bookmarkProps*descriptionLabel.alignment:    ALIGNMENT_END
  4113. *bookmarkProps*lastvisitedLabel.labelString:    Last Visited:
  4114. *bookmarkProps*lastvisitedLabel.alignment:    ALIGNMENT_END
  4115. *bookmarkProps*addedonLabel.labelString:    Added On:
  4116. *bookmarkProps*addedonLabel.alignment:        ALIGNMENT_END
  4117. *bookmarkProps*descriptionText.topOffset:    8
  4118. *bookmarkProps*descriptionText.columns:        40
  4119. *bookmarkProps*descriptionText.rows:        5
  4120. *bookmarkProps*aliasButton.labelString:        Select Aliases
  4121.  
  4122. !
  4123. ! Address Book
  4124. !
  4125. *AddressBook.mainform.width:            300
  4126. *AddressBook.mainform.height:            400
  4127. *AddressBook*selectAll.labelString:        Select All
  4128. *AddressBook*selectAll.mnemonic:        S
  4129. *AddressBook*mailMessage.labelString:        New Mail Message
  4130. *AddressBook*mailMessage.mnemonic:        N
  4131. *AddressBook*mailMessage.acceleratorText:    Ctrl+M
  4132. *AddressBook*menuBar.Item.labelString:        Item
  4133. *AddressBook*addUser.mnemonic:            U
  4134. *AddressBook*addUser.labelString:        Add User...
  4135. *AddressBook*addUser.mnemonic:            U
  4136. *AddressBook*addList.labelString:        Add List...
  4137. *AddressBook*addList.mnemonic:            L
  4138. *AddressBook*properties.labelString:        Properties...
  4139. *AddressBook*properties.mnemonic:        P
  4140.  
  4141. ! Address Book properties window
  4142. !
  4143. *AddressBook*bookmarkProps_popup*title:        Netscape: Address book Properties
  4144. *AddressBook*bookmarkProps*nicknameLabel.labelString:    Nick Name:
  4145. *AddressBook*bookmarkProps*nicknameLabel.alignment:    ALIGNMENT_END
  4146. *AddressBook*bookmarkProps*nameLabel.labelString:    Name:
  4147. *AddressBook*bookmarkProps*locationLabel.labelString:    Email Address:
  4148. *AddressBook*bookmarkProps*Cancel.labelString:    Cancel
  4149.  
  4150. ! Address Book popup menu. It has the same name as the main popup menu
  4151. ! and hence shares the rest of the resources.
  4152. *AddressBook*popup.title.labelString:            Address Book
  4153. *AddressBook*popup.titleSeparator.separatorType:    XmDOUBLE_LINE
  4154.  
  4155.  
  4156. !
  4157. ! Download
  4158. !
  4159. *download*downloadURLLabel.labelString:            Source:
  4160. *download*downloadFileLabel.labelString:        Destination:
  4161. *download*cancel.labelString:                Stop
  4162. *download*downloadURLLabel.alignment:            ALIGNMENT_END
  4163. *download*downloadFileLabel.alignment:            ALIGNMENT_END
  4164.  
  4165. *download*downloadURLLabel.topOffset:            10
  4166. *download*downloadURLLabel.leftOffset:            10
  4167. *download*downloadURLValue.columns:            45
  4168. *download*downloadURLValue.editable:            False
  4169. *download*downloadURLValue.cursorPositionVisible:    False
  4170. *download*downloadURLValue.leftOffset:            10
  4171. *download*downloadURLValue.rightOffset:            10
  4172.  
  4173. *download*downloadFileLabel.topOffset:            5
  4174. *download*downloadFileLabel.leftOffset:            10
  4175. *download*downloadFileLabel.bottomOffset:        15
  4176. *download*downloadFileValue.columns:            45
  4177. *download*downloadFileValue.editable:            False
  4178. *download*downloadFileValue.cursorPositionVisible:    False
  4179. *download*downloadFileValue.leftOffset:            10
  4180. *download*downloadFileValue.rightOffset:        10
  4181.  
  4182. *download*logo.topOffset:                10
  4183. *download*cancel.marginWidth:                15
  4184. *download*cancel.marginHeight:                10
  4185. *download*cancel.topOffset:                20
  4186. *download*cancel.bottomOffset:                10
  4187.  
  4188.  
  4189. ! Need class name in here to defeat *sgiMode and HP-VUE color nonsense...
  4190. ! On SGIs, not having the class will cause the default SGI colors to
  4191. ! be used instead of the ones specified here.  With VUE, the behavior
  4192. ! is even worse - if we're using a non-default visual (for example, if
  4193. ! we have requested a 24-bit TrueColor visual instead of the default
  4194. ! 8-bit PseudoColor) then VUE will ignore the fact that we're not using
  4195. ! the default visual, and give us colors allocated from the wrong
  4196. ! colormap, resulting in lovely effects like brown-on-brown menubars!
  4197. !
  4198. Netscape*thermo.slider.foreground:    #0000BF
  4199. Netscape*thermo.slider.background:    #69B5B5
  4200. Netscape*power.LED.foreground:        #0000BF
  4201. Netscape*power.LED.background:        #69B5B5
  4202.  
  4203. ! (Note: if you comment this stuff out in an attempt to let the current
  4204. ! "scheme" override things, you'll find that the colors of the toolbar
  4205. ! icons and the colors of form elements (like option menus) will get
  4206. ! messed up.)
  4207. Netscape*foreground:            Black
  4208. Netscape*background:            #B2B2B2
  4209.  
  4210. Netscape*XmTextField.foreground:        Black
  4211. Netscape*XmText.foreground:        Black
  4212. Netscape*XmList.foreground:        Black
  4213. Netscape*XmTextField.background:        #D3B5B5
  4214. Netscape*XmText.background:        #D3B5B5
  4215. *textBackground:            #D3B5B5
  4216. Netscape*XmList.background:        #D3B5B5
  4217.  
  4218. ! Colors of the outline lists used in mail and news windows.
  4219. Netscape*XmLGrid.foreground:        #000000
  4220. Netscape*XmLGrid.background:        #B2B2B2
  4221. Netscape*XmLGrid.selectBackground:    #FFFFCC
  4222.  
  4223. ! Colors of the "Secure Document" bar.
  4224. *secureDocumentColor:            #0000BF
  4225. *insecureDocumentColor:            #B2B2B2
  4226.  
  4227. ! Default for all buttons
  4228. Netscape*XmPushButton*shadowThickness:    2
  4229. Netscape*XmPushButtonGadget*shadowThickness: 2
  4230.  
  4231. ! And for option menus:
  4232. Netscape*XmCascadeButton.shadowThickness: 2
  4233. Netscape*XmCascadeButtonGadget.shadowThickness: 2
  4234.  
  4235. ! Various margin sizes
  4236. !
  4237. *topLeftArea.leftOffset:        0
  4238. *topLeftArea.rightOffset:        10
  4239. *topLeftArea.topOffset:            0
  4240. *topLeftArea.bottomOffset:        0
  4241. *urlText.topOffset:            4
  4242. *urlText.bottomOffset:            4
  4243. *urlText.leftOffset:            4
  4244. *urlText.rightOffset:            4
  4245. !*urlText.rightOffset:            10
  4246. ! add 5 to urlText.topOffset to align urlLabel with urlText baseline (gag)
  4247. *urlLabel.topOffset:            9
  4248. *urlLabel.leftOffset:            10
  4249. *urlLabel.rightOffset:            10
  4250. *historyMenuBox.topOffset:        0
  4251. *historyMenuBox.bottomOffset:        4
  4252. *historyMenuBox.leftOffset:        4
  4253. *historyMenuBox.rightOffset:        4
  4254. *logo.topOffset:            4
  4255. *logo.bottomOffset:            4
  4256. *logo.leftOffset:            10
  4257. *logo.rightOffset:            10
  4258. *historyMenuBox.marginHeight:        0
  4259. *historyMenuBox.marginWidth:        0
  4260.  
  4261. *toolBar*XmPushButton.leftOffset:    2
  4262. *toolBar*XmPushButtonGadget.leftOffset:    2
  4263. *urlBar*XmPushButton.leftOffset:    2
  4264. *urlBar*XmPushButtonGadget.leftOffset:    2
  4265. *toolbarFrame.leftOffset:            10
  4266. *characterToolbarFrame.leftOffset:    2
  4267. *paragraphToolbarFrame.leftOffset:    2
  4268.  
  4269. *mouseDocumentation.rightOffset:    4
  4270. *toolBar.topOffset:            0
  4271. *toolBar.leftOffset:            10
  4272. *toolBar.rightOffset:            0
  4273. *toolBar.bottomOffset:            0
  4274.  
  4275. *urlBar.topOffset:            4
  4276. *urlBar.leftOffset:            10
  4277. *urlBar.rightOffset:            0
  4278. *urlBar.bottomOffset:            0
  4279.  
  4280. ! Give it a default string to get it sized right...
  4281. *mouseDocumentation.labelString:    Mozilla
  4282. *mouseDocumentation.alignment:        ALIGNMENT_BEGINNING
  4283. *mouseDocumentation.leftOffset:        10
  4284.  
  4285. *docinfoLabel.leftOffset:        4
  4286.  
  4287. *dashboard.topOffset:            0
  4288. *dashboard.bottomOffset:        0
  4289. *dashboard.leftOffset:            0
  4290. *dashboard.rightOffset:            10
  4291. ! To prevent the whole window from flickering when mouseDoc text changes...
  4292. *dashboard.resizable:            False
  4293.  
  4294. *thermo.leftOffset:            4
  4295. *thermo.rightOffset:            10
  4296. *thermo.topOffset:            4
  4297. *thermo.bottomOffset:            4
  4298. *thermo.shadowThickness:        2
  4299. *thermo.shadowType:            SHADOW_IN
  4300.  
  4301. *power.topOffset:            4
  4302. *power.bottomOffset:            4
  4303. *power.shadowThickness:            2
  4304. *power.shadowType:            SHADOW_IN
  4305.  
  4306. *thermo.slider.width:            200
  4307. *thermo.slider.height:            5
  4308.  
  4309. *power.LED.width:            15
  4310. *power.LED.height:            5
  4311.  
  4312. *securityBar.topOffset:            4
  4313. *securityBar.bottomOffset:        4
  4314. *securityBar.shadowThickness:        2
  4315. *securityBar.shadowType:        SHADOW_IN
  4316. *securityBar.LED.height:        2
  4317.  
  4318. *topPane.shadowThickness:        2
  4319. *bottomPane.shadowThickness:        2
  4320. *topPane.shadowType:            SHADOW_IN
  4321. *bottomPane.shadowType:            SHADOW_IN
  4322.  
  4323. ! Go ahead, try and figure out why some of these need to be on the
  4324. ! _popup version, and some need to be one level deeper.  I dare you.
  4325. !*dialog.width:                500
  4326. !*history.width:            500
  4327. !*mailto.width:                500
  4328. !*cache_popup.width:            500
  4329. *userConfig_popup.width:        500
  4330. *userConfig.width:            500
  4331. *fileSelector.width:            500
  4332. *fileBrowser.width:            500
  4333.  
  4334. ! I had to hardcode this in the C code - doesn't work from here...
  4335. !*history_popup.allowShellResize:    False
  4336.  
  4337. ! Get rid of all navigation; it's totally broken for Paned windows,
  4338. ! and for the form widgets under the drawingArea.
  4339. *highlightThickness:            0
  4340. *navigationType:            NONE
  4341.  
  4342. ! Uh, but turn it back on in the popups (really I'd like to turn it off
  4343. ! in all non-popups, but I don't think there's a way to specify that...)
  4344. *XmDialogShell*highlightThickness:    2
  4345. *XmDialogShell*navigationType:        TAB_GROUP
  4346.  
  4347. ! Mail compose needs TAB_GROUP
  4348. *Composition*form.navigationType:    TAB_GROUP
  4349.  
  4350. ! Uh, and turn it on only in text fields of forms.
  4351. ! But of course this doesn't work quite right.
  4352. *drawingArea*XmText.navigationType:    TAB_GROUP
  4353. *drawingArea*XmTextField.navigationType:TAB_GROUP
  4354.  
  4355. ! Sorry, things don't display properly if you configure Netscape to put its
  4356. ! scrollbars on the left or top of the document area.
  4357. Netscape*scroller.scrollBarPlacement:    BOTTOM_RIGHT
  4358.  
  4359. ! Put scrollbars right next to text fields in forms (and lists).
  4360. *drawingArea*XmScrolledWindow.spacing:    0
  4361.  
  4362.  
  4363. ! Do not under any circumstances change the following line:
  4364. Netscape.version:        3.01S
  4365.  
  4366.  
  4367. ! ============================================================================
  4368. ! Fonts in the widgets.
  4369. ! These fonts are all down in Motif land, and thus are not controlled by the
  4370. ! font selector on the Preferences dialog.  That applies only to fonts in
  4371. ! the document display area.
  4372. ! ============================================================================
  4373. !
  4374. *fontList:            -*-helvetica-bold-r-*-*-*-120-*-*-*-*-iso8859-*
  4375. *XmTextField.fontList:        -*-courier-medium-r-*-*-*-120-*-*-*-*-iso8859-*
  4376. *XmText.fontList:        -*-courier-medium-r-*-*-*-120-*-*-*-*-iso8859-*
  4377. *XmList*fontList:        -*-courier-medium-r-*-*-*-120-*-*-*-*-iso8859-*
  4378.  
  4379. ! SGI default:
  4380. !*menuBar*fontList:        -*-helvetica-bold-o-*-*-*-120-*-*-*-*-iso8859-*
  4381. ! Sensible default:
  4382. *menuBar*fontList:        -*-helvetica-bold-r-*-*-*-120-*-*-*-*-iso8859-*
  4383. *menuBar*historyTruncated.fontList:\
  4384.                   -*-helvetica-medium-o-*-*-*-120-*-*-*-*-iso8859-*
  4385. *popup*fontList:        -*-helvetica-bold-r-*-*-*-120-*-*-*-*-iso8859-*
  4386.  
  4387. *topArea*fontList:        -*-helvetica-bold-r-*-*-*-120-*-*-*-*-iso8859-*
  4388. *topArea*XmTextField.fontList:    -*-courier-medium-r-*-*-*-120-*-*-*-*-iso8859-*
  4389. *topArea*XmText.fontList:    -*-courier-medium-r-*-*-*-120-*-*-*-*-iso8859-*
  4390.  
  4391. !*bookmark*fontList:          -*-helvetica-medium-r-*-*-*-120-*-*-*-*-iso8859-*
  4392. !*bookmark*fontList:        -*-helvetica-bold-r-*-*-*-120-*-*-*-*-iso8859-*
  4393. !*bookmark*selectedLabel.fontList:\
  4394.                   -*-helvetica-medium-r-*-*-*-120-*-*-*-*-iso8859-*
  4395. !*bookmark*XmTextField.fontList:-*-courier-medium-r-*-*-*-120-*-*-*-*-iso8859-*
  4396. !*bookmark*XmText.fontList:    -*-courier-medium-r-*-*-*-120-*-*-*-*-iso8859-*
  4397.  
  4398. *mouseDocumentation.fontList: -*-helvetica-medium-r-*-*-*-120-*-*-*-*-iso8859-*
  4399. *docinfoButton.fontList:      -*-helvetica-medium-r-*-*-*-120-*-*-*-*-iso8859-*
  4400. *mailto*urlLabel.fontList:    -*-helvetica-medium-r-*-*-*-140-*-*-*-*-iso8859-*
  4401.  
  4402. *licenseDialog*text.fontList:    -*-courier-medium-r-*-*-*-120-*-*-*-*-iso8859-*
  4403.  
  4404.  
  4405. ! These are the fonts used in the outline lists used in Mail, News, Bookmarks,
  4406. ! and Address Book windows.  (Note that there can't be any whitespace after
  4407. ! the commas.)
  4408. *XmLGrid*fontList:\
  4409. -*-helvetica-medium-r-*-*-*-100-*-*-*-*-iso8859-*,\
  4410. -*-helvetica-bold-r-*-*-*-100-*-*-*-*-iso8859-*=BOLD,\
  4411. -*-helvetica-medium-o-*-*-*-100-*-*-*-*-iso8859-*=ITALIC
  4412.  
  4413.  
  4414.  
  4415. ! This is the default charset for documents without the charset parameter
  4416. ! for MIME Content-type: text.    Valid values for *defaultCharset:
  4417. !    iso-8859-1
  4418. !    iso-8859-2
  4419. !    iso-2022-jp
  4420. !    shift_jis
  4421. !    x-euc-jp
  4422. !    big5
  4423. !    x-euc-tw
  4424. !    gb2312
  4425. !    euc-kr
  4426. !    iso-2022-kr
  4427. !    koi8-r
  4428. !    iso-8859-5
  4429. !    iso-8859-7
  4430. !    iso-8859-9
  4431. *defaultCharset:    iso-8859-1
  4432. !*defaultCharset:    iso-8859-2
  4433. !*defaultCharset:    iso-2022-jp
  4434. !*defaultCharset:    shift_jis
  4435. !*defaultCharset:    x-euc-jp
  4436. !*defaultCharset:    big5
  4437. !*defaultCharset:    x-euc-tw
  4438. !*defaultCharset:    gb2312
  4439. !*defaultCharset:    euc-kr
  4440. !*defaultCharset:    iso-2022-kr
  4441. !*defaultCharset:    koi8-r
  4442. !*defaultCharset:    iso-8859-5
  4443. !*defaultCharset:    iso-8859-7
  4444. !*defaultCharset:    iso-8859-9
  4445.  
  4446.  
  4447.  
  4448. ! ============================================================================
  4449. ! Fonts used in the display area.
  4450. ! ============================================================================
  4451.  
  4452.  
  4453. ! Default fonts for various charsets, prop(ortional) and fixed.
  4454. !
  4455. ! Format is foundry-family-pointsize-scaling.
  4456. ! Pointsize is in tenths of a point.
  4457. ! Scaling is either "scale" or "noscale".
  4458. !
  4459. ! These are only used the first time you start up.
  4460. ! After that, the preferences file is used.
  4461. ! The "Defaults" button in the Preferences dialog will revert to these.
  4462. !
  4463. *documentFonts.defaultFont*iso-8859-1.prop:    adobe-times-120-noscale
  4464. *documentFonts.defaultFont*iso-8859-1.fixed:    adobe-courier-100-noscale
  4465.  
  4466.  
  4467. ! This table maps weight/slant pairs to bold/italic/boldItalic/normal
  4468. !
  4469. *documentFonts.face*-:            normal
  4470. *documentFonts.face*bold-i:        boldItalic
  4471. *documentFonts.face*bold-o:        boldItalic
  4472. *documentFonts.face*bold-r:        bold
  4473. *documentFonts.face*book-o:        italic
  4474. *documentFonts.face*book-r:        normal
  4475. *documentFonts.face*demi-i:        boldItalic
  4476. *documentFonts.face*demi-o:        boldItalic
  4477. *documentFonts.face*demi-r:        bold
  4478. *documentFonts.face*demibold-i:        boldItalic
  4479. *documentFonts.face*demibold-r:        bold
  4480. *documentFonts.face*light-i:        italic
  4481. *documentFonts.face*light-r:        normal
  4482. *documentFonts.face*medium-i:        italic
  4483. *documentFonts.face*medium-o:        italic
  4484. *documentFonts.face*medium-r:        normal
  4485. *documentFonts.face*medium-roman:    normal
  4486. *documentFonts.face*normal-i:        italic
  4487. *documentFonts.face*normal-r:        normal
  4488. *documentFonts.face*regular-i:        italic
  4489. *documentFonts.face*regular-r:        normal
  4490. *documentFonts.face*roman-r:        normal
  4491. *documentFonts.face*w3-r:        normal
  4492. *documentFonts.face*w3h-r:        normal
  4493. *documentFonts.face*w4-r:        normal
  4494. *documentFonts.face*w5-r:        normal
  4495. *documentFonts.face*w9-r:        normal
  4496.  
  4497.  
  4498. ! This table maps XLFD family names to nice family names
  4499. !
  4500. *documentFonts.family*djb:            DJB
  4501. *documentFonts.family*haebfix:            Haeberli Fixed
  4502. *documentFonts.family*itc avant garde gothic:    ITC Avant Garde Gothic
  4503. *documentFonts.family*itc bookman:        ITC Bookman
  4504. *documentFonts.family*itc zapf chancery:    ITC Zapf Chancery
  4505. *documentFonts.family*itc zapf dingbats:    ITC Zapf Dingbats
  4506. *documentFonts.family*lucidatypewriter:        Lucida Typewriter
  4507.  
  4508.  
  4509. ! This table maps XLFD foundry names to nice foundry names
  4510. !
  4511. *documentFonts.foundry*b&h:    B&H
  4512. *documentFonts.foundry*dec:    DEC
  4513. *documentFonts.foundry*hku:    HKU
  4514. *documentFonts.foundry*sgi:    SGI
  4515.  
  4516.  
  4517. ! This table maps MIME charsets to language groups
  4518. !
  4519. *documentFonts.charsetlang*gb_2312-80:            Simplified Chinese
  4520. *documentFonts.charsetlang*iso-8859-1:            Western
  4521. *documentFonts.charsetlang*iso-8859-2:            Central European
  4522. *documentFonts.charsetlang*iso-8859-5:            Cyrillic
  4523. *documentFonts.charsetlang*iso-8859-7:            Greek
  4524. *documentFonts.charsetlang*iso-8859-9:            Turkish
  4525. *documentFonts.charsetlang*jis_x0201:            Japanese
  4526. *documentFonts.charsetlang*jis_x0208-1983:        Japanese
  4527. *documentFonts.charsetlang*jis_x0212-1990:        Japanese
  4528. *documentFonts.charsetlang*koi8-r:            Cyrillic
  4529. *documentFonts.charsetlang*ks_c_5601-1987:        Korean
  4530. *documentFonts.charsetlang*x-cns11643-1110:        Traditional Chinese
  4531. *documentFonts.charsetlang*x-cns11643-1:        Traditional Chinese
  4532. *documentFonts.charsetlang*x-cns11643-2:        Traditional Chinese
  4533. *documentFonts.charsetlang*x-gb2312-11:            Simplified Chinese
  4534. *documentFonts.charsetlang*x-jisx0208-11:        Japanese
  4535. *documentFonts.charsetlang*x-ksc5601-11:        Korean
  4536. *documentFonts.charsetlang*x-x-big5:            Traditional Chinese
  4537.  
  4538.  
  4539. ! This table maps X11 font charsets to MIME charsets
  4540. !
  4541. *documentFonts.charset*-:                    x-ignore
  4542. *documentFonts.charset*-ascii:                    x-ignore
  4543. *documentFonts.charset*-dingbats:                x-ignore
  4544. *documentFonts.charset*-hiragana:                x-ignore
  4545. *documentFonts.charset*-ibm pc:                    x-ignore
  4546. *documentFonts.charset*-katakana:                x-ignore
  4547. *documentFonts.charset*-roman:                    x-ignore
  4548. *documentFonts.charset*-symbol:                    x-ignore
  4549. *documentFonts.charset*78-h:                    x-ignore
  4550. *documentFonts.charset*78.euc-h:                x-ignore
  4551. *documentFonts.charset*add-h:                    x-ignore
  4552. *documentFonts.charset*adobe.cns1-0:                x-ignore
  4553. *documentFonts.charset*adobe.gb1-0:                x-ignore
  4554. *documentFonts.charset*adobe.japan1-0:                x-ignore
  4555. *documentFonts.charset*adobe.japan1-1:                x-ignore
  4556. *documentFonts.charset*adobe.japan1-2:                x-ignore
  4557. *documentFonts.charset*adobe.japan2-0:                x-ignore
  4558. *documentFonts.charset*adobe.korea1-0:                x-ignore
  4559. *documentFonts.charset*big5-0:                    x-x-big5
  4560. *documentFonts.charset*big5.et-0:                x-x-big5
  4561. *documentFonts.charset*big5.et.ext-0:                x-x-big5
  4562. *documentFonts.charset*big5.etext-0:                x-x-big5
  4563. *documentFonts.charset*big5.hku-0:                x-x-big5
  4564. *documentFonts.charset*big5.hku-1:                x-x-big5
  4565. *documentFonts.charset*big5.pc-0:                x-x-big5
  4566. *documentFonts.charset*big5.shift-0:                x-x-big5
  4567. *documentFonts.charset*cmr.sun-fontspecific:            x-ignore
  4568. *documentFonts.charset*cns11643.1986-1:                x-cns11643-1
  4569. *documentFonts.charset*cns11643.1986-2:                x-cns11643-2
  4570. *documentFonts.charset*cns11643.1992-1:                x-cns11643-1
  4571. *documentFonts.charset*cns11643.1992-2:                x-cns11643-2
  4572. *documentFonts.charset*cns11643.1992.1-0:            x-cns11643-1
  4573. *documentFonts.charset*cns11643.1992.2-0:            x-cns11643-2
  4574. *documentFonts.charset*dec-decctrl:                x-ignore
  4575. *documentFonts.charset*dec-decksroman:                x-ignore
  4576. *documentFonts.charset*dec-decmath_extension:            x-ignore
  4577. *documentFonts.charset*dec-decmath_italic:            x-ignore
  4578. *documentFonts.charset*dec-decmath_symbol:            x-ignore
  4579. *documentFonts.charset*dec-decsuppl:                x-ignore
  4580. *documentFonts.charset*dec-dectech:                x-ignore
  4581. *documentFonts.charset*dec-drcs:                x-ignore
  4582. *documentFonts.charset*dec-fontspecific:            x-ignore
  4583. *documentFonts.charset*dec.cns11643.1986-2:            x-cns11643-1110
  4584. *documentFonts.charset*dec.cns11643.1986-udc:            x-ignore
  4585. *documentFonts.charset*dec.dtscs.1990-2:            x-ignore
  4586. *documentFonts.charset*euc-h:                    x-ignore
  4587. *documentFonts.charset*ext-h:                    x-ignore
  4588. *documentFonts.charset*gb2312.1980-0:                gb_2312-80
  4589. *documentFonts.charset*gb2312.1980-1:                x-gb2312-11
  4590. *documentFonts.charset*gb2312.1980-udc:                x-ignore
  4591. *documentFonts.charset*hojo-h:                    x-ignore
  4592. *documentFonts.charset*hp-japanese15:                x-ignore
  4593. *documentFonts.charset*hp-japaneseeuc:                x-ignore
  4594. *documentFonts.charset*hp-roman8:                x-ignore
  4595. *documentFonts.charset*hpbig5-:                    x-x-big5
  4596. *documentFonts.charset*ibm-850:                    x-ignore
  4597. *documentFonts.charset*ibm-fontspecific:            x-ignore
  4598. *documentFonts.charset*ibm-ibmcs01007ext:            x-ignore
  4599. *documentFonts.charset*ibm-special:                x-ignore
  4600. *documentFonts.charset*ibm-udcjp:                x-ignore
  4601. *documentFonts.charset*iso646.1991-irv:                x-ignore
  4602. *documentFonts.charset*iso8859-1:                iso-8859-1
  4603. *documentFonts.charset*iso8859-2:                iso-8859-2
  4604. *documentFonts.charset*iso8859-3:                x-ignore
  4605. *documentFonts.charset*iso8859-4:                x-ignore
  4606. *documentFonts.charset*iso8859-5:                iso-8859-5
  4607. *documentFonts.charset*iso8859-6:                x-ignore
  4608. *documentFonts.charset*iso8859-7:                iso-8859-7
  4609. *documentFonts.charset*iso8859-8:                x-ignore
  4610. *documentFonts.charset*iso8859-9:                iso-8859-9
  4611. *documentFonts.charset*iso8859-adobe:                x-ignore
  4612. *documentFonts.charset*itc zapf dingbats.adobe-fontspecific:    x-ignore
  4613. *documentFonts.charset*itc zapfdingbats.sun-fontspecific:    x-ignore
  4614. *documentFonts.charset*jisx0201-romankana:            x-ignore
  4615. *documentFonts.charset*jisx0201.1976-0:                jis_x0201
  4616. *documentFonts.charset*jisx0201.1976-1:                jis_x0201
  4617. *documentFonts.charset*jisx0208-kanji00:            x-ignore
  4618. *documentFonts.charset*jisx0208-kanji11:            x-ignore
  4619. *documentFonts.charset*jisx0208.1983-0:                jis_x0208-1983
  4620. *documentFonts.charset*jisx0208.1983-1:                x-jisx0208-11
  4621. *documentFonts.charset*jisx0208.1990-0:                jis_x0208-1983
  4622. *documentFonts.charset*jisx0212.1990-0:                jis_x0212-1990
  4623. *documentFonts.charset*jisx0212.1990-ocmp.1992:            jis_x0212-1990
  4624. *documentFonts.charset*koi8-1:                    koi8-r
  4625. *documentFonts.charset*koi8-r:                    koi8-r
  4626. *documentFonts.charset*ks-roman:                x-ignore
  4627. *documentFonts.charset*ksc5601.1987-0:                ks_c_5601-1987
  4628. *documentFonts.charset*ksc5601.1987-1:                x-ksc5601-11
  4629. *documentFonts.charset*misc-fontspecific:            x-ignore
  4630. *documentFonts.charset*necjisx0208.1983-0:            x-ignore
  4631. *documentFonts.charset*novanet-1:                x-ignore
  4632. *documentFonts.charset*nwp-h:                    x-ignore
  4633. *documentFonts.charset*pimai.adobe-fontspecific:        x-ignore
  4634. *documentFonts.charset*rksj-h:                    x-ignore
  4635. *documentFonts.charset*screen.sun-fontspecific:            x-ignore
  4636. *documentFonts.charset*sgi-fontspecific:            x-ignore
  4637. *documentFonts.charset*shiftjis-0:                x-ignore
  4638. *documentFonts.charset*sunolcursor-1:                x-ignore
  4639. *documentFonts.charset*sunolglyph-1:                x-ignore
  4640. *documentFonts.charset*symbol.adobe-fontspecific:        x-ignore
  4641. *documentFonts.charset*symbol.sun-fontspecific:            x-ignore
  4642. *documentFonts.charset*tis620.2533-1:                x-ignore
  4643. *documentFonts.charset*wp-symbol:                x-ignore
  4644. *documentFonts.charset*zapfdingbats.adobe-fontspecific:        x-ignore
  4645.  
  4646.  
  4647. ! There are 7 font sizes, 1 thru 7.  The default font is 3, and the others
  4648. ! are based on this.  The default increment is 20%, which means that the 4
  4649. ! is 20% larger than the 3, the 5 is 40% larger, and so on.
  4650. !
  4651. *documentFonts.sizeIncrement:    20
  4652.  
  4653.  
  4654. ! Some people have both 75 DPI (dots per inch) and 100 DPI versions of the
  4655. ! same fonts in their font path, and, to make matters even worse, they have
  4656. ! the 75 before the 100 even if their monitor is around 100 DPI.  The
  4657. ! following is provided so that these people can hack their fonts without
  4658. ! having to correct their font path.
  4659. !
  4660. ! To correct your font path, take a look at
  4661. !   http://home.netscape.com/assist/support/client/tn/unix/10305.html
  4662. ! which is a Technical Note linked from Help->Frequently Asked Questions.
  4663. !
  4664. ! The last part of the left hand side (iso-8859-1) is the MIME charset
  4665. ! corresponding to the X11 font charset (see above).
  4666. !
  4667. ! To use e.g. 100 DPI fonts, change the final "*" to "100".
  4668. !
  4669. *documentFonts.xResolution*iso-8859-1:    *
  4670. *documentFonts.yResolution*iso-8859-1:    *
  4671.  
  4672.  
  4673. ! ============================================================================
  4674. ! Fonts used for printing.
  4675. ! ============================================================================
  4676. !
  4677. ! psname  is the full PostScript font name
  4678. ! pscode  is the character encoding used in the PostScript font
  4679. ! pswidth is the PostScript width per character, only useful for "square"
  4680. !         fonts such as those found in East Asia
  4681.  
  4682. ! The following Latin-1 PostScript printer fonts are hard-coded into Netscape
  4683. ! and cannot be changed.
  4684. !
  4685. !*documentFonts.latin1.variable.normal*psname:        Times-Roman
  4686. !*documentFonts.latin1.variable.bold*psname:        Times-Bold
  4687. !*documentFonts.latin1.variable.italic*psname:        Times-Italic
  4688. !*documentFonts.latin1.variable.boldItalic*psname:    Times-BoldItalic
  4689. !*documentFonts.latin1.fixed.normal*psname:        Courier
  4690. !*documentFonts.latin1.fixed.bold*psname:        Courier-Bold
  4691. !*documentFonts.latin1.fixed.italic*psname:        Courier-Oblique
  4692. !*documentFonts.latin1.fixed.boldItalic*psname:        Courier-BoldOblique
  4693. !*documentFonts.latin1*pscode:                iso-8859-1
  4694. !*documentFonts.latin1*pswidth:                *
  4695.  
  4696.  
  4697. ! Netscape does not differentiate between variable and fixed, and between
  4698. ! normal, bold, italic and boldItalic for the following East Asian fonts.
  4699. !
  4700. ! The charset fields are the charset names corresponding to the available
  4701. ! locales (e.g. for Japan, that would be x-euc-jp and shift_jis).
  4702. !
  4703. *documentFonts.x-euc-jp*psname:        Ryumin-Light-RKSJ-H
  4704. *documentFonts.x-euc-jp*pscode:        shift_jis
  4705. *documentFonts.x-euc-jp*pswidth:    1000
  4706. *documentFonts.shift_jis*psname:    Ryumin-Light-RKSJ-H
  4707. *documentFonts.shift_jis*pscode:    shift_jis
  4708. *documentFonts.shift_jis*pswidth:    1000
  4709.  
  4710. *documentFonts.euc-kr*psname:        SMgoJ
  4711. *documentFonts.euc-kr*pscode:        euc-kr
  4712. *documentFonts.euc-kr*pswidth:        1000
  4713.  
  4714. !*documentFonts.gb2312*psname:        ???
  4715. !*documentFonts.gb2312*pscode:        ???
  4716. !*documentFonts.gb2312*pswidth:        ???
  4717.  
  4718. !*documentFonts.x-euc-tw*psname:    ???
  4719. !*documentFonts.x-euc-tw*pscode:    ???
  4720. !*documentFonts.x-euc-tw*pswidth:    ???
  4721.  
  4722. !
  4723. ! Navigator mouse documentation.
  4724. !
  4725. *tipLabel.fontList:           -*-helvetica-medium-r-*-*-*-120-*-*-*-*-iso8859-*
  4726. Netscape*tipLabel.background:  #FFFFCC
  4727. Netscape*tipLabel.foreground:  Black
  4728. Netscape*tipShell.borderColor: Black
  4729. Netscape*tipShell.borderWidth: 1
  4730.  
  4731. !
  4732. ! Browser documentation and tip strings
  4733. !
  4734. ! Navigator/File menu
  4735. *openBrowser.documentationString:    Start New Browser Window
  4736. *editorNew.documentationString:        Create a new document
  4737. *editorNewBlank.documentationString: Create a new blank document
  4738. *editorNewTemplate.documentationString:    \
  4739. Create a new document using a template document
  4740. *editorNewWizard.documentationString: \
  4741. Create a new document using New Page Wizard at Netscape Web site
  4742. *editDocument.documentationString:  Edit document in a new editor window
  4743. *openURL.documentationString:       Open a networked document
  4744. *openFile.documentationString:      Open a local document
  4745. *editorOpenFile.documentationString: Open a local file to edit
  4746. *saveAs.documentationString:        Save the current document
  4747. *uploadFile.documentationString:    Upload (send) a file to this FTP directory
  4748. *mailNew.documentationString:       Compose new message
  4749. *mailto.documentationString:        Mail the current document
  4750. *print.documentationString:         Print the current document <Ctrl+P>
  4751. *delete.documentationString:        Close the current window
  4752. *quit.documentationString:          Close all windows and quit Netscape
  4753.  
  4754. ! Navigator/Edit menu
  4755. *undo.documentationString:          Undo the last change
  4756. *redo.documentationString:          Redo the last undone change
  4757. *cut.documentationString:           \
  4758. Cut the selection and put it on the clipboard <Ctrl+X>
  4759. *copy.documentationString:          \
  4760. Copy the selection and put it on the clipboard <Ctrl+C>
  4761. *paste.documentationString:            Paste clipboard contents <Ctrl+Y>
  4762. *find.documentationString:          \
  4763. Search for text in the current document <Ctrl+F>
  4764. *findAgain.documentationString:     Repeat last find...
  4765.  
  4766. ! Navigator/View menu
  4767. *reload.documentationString:        Reload current document
  4768. *reloadFrame.documentationString:   Reload current frame cell
  4769. *loadImages.documentationString:    Load images in the current document
  4770. *refresh.documentationString:       Redraw the current document
  4771. *source.documentationString:        View the source of the current document
  4772. *docInfo.documentationString:       \
  4773. Display information about the current document
  4774. *frameSource.documentationString:   View the source of the current frame cell
  4775. *frameInfo.documentationString:     Information about the current frame cell
  4776.  
  4777. ! Navigator/Go menu
  4778. *back.documentationString:            Return to previous document in history list
  4779. *forward.documentationString:        \
  4780. Move forward to next document in history list
  4781. *home.documentationString:            \
  4782. Go to the Home page specified in General Preferences
  4783. *abort.documentationString:            Interrupt the current transfer
  4784.  
  4785. ! Navigator/Bookmarks menu
  4786. *addBookmark.documentationString:   \
  4787. Add the current document to the bookmark list 
  4788.  
  4789. ! Navigator/Options menu
  4790. *generalPrefs.documentationString:  Modify general program configuration
  4791. *editorPrefs.documentationString:   Modify editor configuration   
  4792. *mailNewsPrefs.documentationString: Modify mail and news configuration
  4793. *networkPrefs.documentationString:  Modify networking configuration
  4794. *securityPrefs.documentationString: Modify security and java configuration
  4795. *showMenubar.documentationString:   Show or hide the menubar
  4796. *showToolbar.documentationString:   Show or hide the toolbar
  4797. *showURL.documentationString:       Show or hide the location bar
  4798. *showDirectoryButtons.documentationString: Show those wonderful starter buttons
  4799. *showJavaConsole.documentationString: Show or hide the Java console    
  4800. *showSecurityBar.documentationString: Show or hide the security color bar 
  4801. *autoLoadImages.documentationString: Automatically load inlined images  
  4802. *docEncoding*documentationString:   Set document encoding
  4803. *saveOptions.documentationString:   Save options to preferences file
  4804.  
  4805. ! Navigator/Directory menu
  4806. *netscape.documentationString:      \
  4807. Netscape Communications Corporation Home Page
  4808. !*sgi.documentationString:            Silicon Graphics, Inc. Home Page
  4809. !*adobe.documentationString:         Adobe Systems, Inc. Home Page
  4810. *whatsNew.documentationString:        What's New on the net
  4811. *whatsCool.documentationString:        Cool sites on the net
  4812. *galleria.documentationString:        Netscape Galleria
  4813. *inetIndex.documentationString:        Exploring the Net
  4814. *inetSearch.documentationString:    Internet Search
  4815. *inetWhite.documentationString:        People and Places
  4816. *inetAbout.documentationString:        About the Internet
  4817.  
  4818. ! Navigator/Window menu
  4819. *openMail.documentationString:      Open the mail reading window
  4820. *openNews.documentationString:      Open the news reading window
  4821. !*siteManager.documentationString:  Pop-up Site Manager window
  4822. *editAddressBook.documentationString: Open the address book
  4823. *viewBookmark.documentationString:  Bring up the bookmark window
  4824. *viewHistory.documentationString:   Popup the history window
  4825. !*windowButton.documentationString: Switch to named document window
  4826.  
  4827. ! Navigator/Help menu
  4828. *about.documentationString:         \
  4829. Display program information, version number and copyright
  4830. *aboutplugins.documentationString:  Information about plugins
  4831. *registration.documentationString:  \
  4832. Product registration and support information
  4833. *upgrade.documentationString:       \
  4834. Information about Netscape software and upgrades
  4835. !*webStarter.documentationString:   \
  4836. Information and links to resources for new web publishers
  4837. *manual.documentationString:        Online Version of the manual
  4838. *relnotes.documentationString:      \
  4839. Information about the version of Netscape you are running
  4840. *faq.documentationString:           Answers to common questions
  4841. *aboutSecurity.documentationString: Information about Netscape's security
  4842. *feedback.documentationString:      \
  4843. Instructions on how to give feedback about Netscape
  4844. *support.documentationString:       \
  4845. Instructions on getting support for Netscape
  4846. *howTo.documentationString:         How to create Web services
  4847.  
  4848. ! Navigator/Toolbar (tip strings and special documentation strings)
  4849. *back.tipString:                    Previous document
  4850. *forward.tipString:                    Next document
  4851. *home.tipString:                    Go to the Home page
  4852. *editDocument.tipString:            Edit document
  4853. *reload.tipString:                  Reload current document
  4854. *loadImages.tipString:              Load Images in current document
  4855. *openURL.tipString:                 Open a networked document
  4856. *print.tipString:                   Print the current document
  4857. *find.tipString:                    Search in current document
  4858. *abort.tipString:                   Interrupt the current transfer
  4859. ! Same as Help/about menu item
  4860. *logo.documentationString:          \
  4861. Netscape Communications Corporation home page
  4862. *logo.tipString:                    Go to Netscape
  4863.  
  4864. ! Navigatpr/Dashboard
  4865. *docinfoLabel.documentationString:  \
  4866. Security indicator, document is secure when doorkey is unbroken
  4867. *docinfoLabel.tipString:            Security Indicator
  4868. *biffButton.documentationString:    Launch mail window, and check for new mail
  4869. *biffButton.tipString:              Check Mail
  4870.  
  4871. ! Editor/File menu (additonal items)
  4872. *Editor*editorNewBlank.documentationString: Create a new blank document <Ctrl+N>
  4873. *editorBrowse.documentationString:  Open Browser window with current document
  4874. *Editor*editorOpenFile.documentationString: Open a local file to edit <Ctrl+O>
  4875. *Editor*save.documentationString:   Save the current document <Ctrl+S>
  4876. *Editor*saveAs.documentationString: Save the current document with a new name
  4877. *publish.documentationString:       \
  4878. Upload current file or directory to a server for public viewing
  4879.  
  4880. ! Editor/Edit menu (additonal items)
  4881. *deleteItem.documentationString:    Delete the current selection or next item
  4882. *selectAll.documentationString:     Select the entire document
  4883. *selectTable.documentationString:   Select the entire table
  4884. *deleteTable.documentationString:   Delete table at current caret location
  4885. *deleteRow.documentationString:     Delete a row in the table
  4886. *deleteColumn.documentationString:  Delete a column in the table
  4887. *deleteCell.documentationString:    Delete a cell (row and column) in the table
  4888. *removeLinks.documentationString:   \
  4889. Remove link at caret or all links within selected region
  4890.  
  4891. ! Editor/View menu (additonal items)
  4892. *editSource.documentationString:    Edit document file with another program
  4893. *paragraphMarks.documentationString: Display graphic at end of each paragraph
  4894. *displayTables.documentationString: Display tables in the current document
  4895.  
  4896. ! Editor/Insert menu (additonal menu)
  4897. *insertLink.documentationString:    \
  4898. Insert a new link at caret or create a link to the selected text or image
  4899. *insertTarget.documentationString:  Insert a Target (Named Anchor) at caret
  4900. *insertImage.documentationString:   Insert Image at current cursor location
  4901. *insertHorizontalLine.documentationString: \
  4902. Insert Horizontal Line at current cursor location
  4903. *insertHtmlTag.documentationString: \
  4904. Insert an arbitrary HTML Tag at cursor location
  4905. *insertTable.documentationString:   Insert table at current caret location
  4906. *insertRow.documentationString:     Insert a new row in the table
  4907. *insertColumn.documentationString:  Insert a new column in the table
  4908. *insertCell.documentationString:    \
  4909. Insert a new cell (row and column) in the table
  4910. *insertNewLineBreak.documentationString: Insert break to continue text on a new line
  4911. *insertBreakBelow.documentationString: \
  4912. Insert break to continue text below the image
  4913. *insertNonBreaking.documentationString: \
  4914. Insert a non-breaking space character at cursor location
  4915.  
  4916. ! Editor/Properties menu (additonal menu)
  4917. *textProperties.documentationString: Change character, paragraph, and link properties
  4918. *linkProperties.documentationString: Change link properties
  4919. *targetProperties.documentationString: Change target (Named Anchor) properties
  4920. *imageProperties.documentationString: Change image properities
  4921. *tableProperties.documentationString: Change table, row, and cell properties
  4922. *hruleProperties.documentationString: Change horizontal line properities
  4923. *tagProperties.documentationString: Change HTML tag properties
  4924. *documentProperties.documentationString: \
  4925. Change document properties
  4926.  
  4927. *bold.documentationString:          Set the style to Bold <Ctrl+B>
  4928. *italic.documentationString:        Set the style to Italic <Ctrl+I>
  4929. *underline.documentationString:     Set the style to Underlined <Ctrl+U>
  4930. *fixed.documentationString:         Set the style to Fixed Width <Ctrl+T>
  4931. *superscript.documentationString:   Set the style to Superscript
  4932. *subscript.documentationString:     Set the style to Subscript
  4933. *strikethrough.documentationString: Set the style to Strikethrough
  4934. *blink.documentationString:         Set the style to Blinking
  4935. *textColor.documentationString:     Change font color
  4936. *defaultColor.documentationString:  Change to default font color
  4937. *serverJavaScript.documentationString: Set character style to type Server Java Script text
  4938. *clientJavaScript.documentationString: Set character style to type Client Java Script text
  4939. *clearAllStyles.documentationString: \
  4940. Clear all character styles and the link attribute <Ctrl+K>
  4941. *fontSize*documentationString:      Change font size
  4942. *paragraphProperties.indent.documentationString: \
  4943. Increase indent of paragraph one level
  4944. *paragraphProperties.outdent.documentationString: \
  4945. Decrease indent of paragraph one level
  4946. *paragraphProperties*documentationString: \
  4947. Change paragraph or heading style
  4948.  
  4949. ! Editor/Options menu (additional items)
  4950. *Editor*showToolbar.documentationString: Show or hide the file/edit toolbar
  4951. *showCharacter.documentationString: Show or hide character toolbar 
  4952. *showParagraph.documentationString: Show or hide paragraph toolbar
  4953.  
  4954. ! Editor/Toolbar
  4955. *editorNewBlank.tipString:          New Document
  4956. *editorOpenFile.tipString:          Open File
  4957. *save.tipString:                    Save
  4958. *editorBrowse.tipString:            View in Browser
  4959. *cut.tipString:                     Cut
  4960. *copy.tipString:                    Copy
  4961. *paste.tipString:                   Paste
  4962. *publish.tipString:                 Publish Document
  4963.  
  4964. *charSizeShrink.documentationString: Decrease font size 1 unit
  4965. *charSizeShrink.tipString:          Decrease Font Size
  4966. *charSizeGrow.documentationString:  Increase font size 1 unit
  4967. *charSizeGrow.tipString:            Increase Font Size
  4968. *fontSize.documentationString:      Set font size
  4969. *fontSize.tipString:                Set Font Size
  4970. !*bold.documentationString:         Set the style to Bold <Ctrl+B>
  4971. *bold.tipString:                    Bold
  4972. !*italic.documentationString:       Set the style to Italic <Ctrl+I>
  4973. *italic.tipString:                  Italic
  4974. !*fixed.documentationString:        Set the style to Fixed Width <Ctrl+T>
  4975. *fixed.tipString:                   Fixed Width
  4976. !*textColor.documentationString:    Change or edit current font color
  4977. *textColor.tipString:               Font Color
  4978. *makeLink.documentationString:        \
  4979. Make link to highlighted text, change existing link(s), or insert new link
  4980. *makeLink.tipString:                Make Link
  4981. *clearAllStyles.tipString:          Clear All Styles
  4982. *insertTarget.documentationString:  Insert a Target (Named Anchor)
  4983. *insertTarget.tipString:            Insert Target (Named Anchor)
  4984. *insertImage.documentationString:   Insert Image at current cursor location
  4985. *insertImage.tipString:             Insert Image
  4986. *insertHorizontalLine.documentationString: \
  4987. Insert Horizontal Line at current cursor location
  4988. *insertHorizontalLine.tipString:    Insert Horizontal Line
  4989. !*insertTable.documentationString:  Insert table at current caret location
  4990. *insertTable.tipString:             Insert Table
  4991. *objectProperties.documentationString: \
  4992. Change Properties of object at caret position
  4993. *objectProperties.tipString:        Object Properties
  4994.  
  4995. *paragraphProperties.documentationString: Change paragraph or heading style
  4996. *paragraphProperties.tipString:     Change Paragraph style
  4997. *insertBulleted.documentationString: \
  4998. Start, change to, or clear an unnumbered (bulleted) list
  4999. *insertBulleted.tipString:          Bullet List
  5000. *insertNumbered.documentationString: \
  5001. Start, change to, or clear a numbered list
  5002. *insertNumbered.tipString:          Numbered List
  5003. *indent.documentationString:        \
  5004. Increase indent of paragraph one level <Tab>
  5005. *indent.tipString:                  Increase Indent
  5006. *outdent.documentationString:       \
  5007. Decrease indent of paragraph one level <Shift+Tab>
  5008. *outdent.tipString:                 Decrease Indent
  5009. *alignLeft.documentationString:     Align to left margin
  5010. *alignLeft.tipString:               Align Left
  5011. *alignCenter.documentationString:   Center between margins
  5012. *alignCenter.tipString:             Align Center
  5013. *alignRight.documentationString:    Align to right margin
  5014. *alignRight.tipString:              Align Right
  5015.  
  5016. ! Editor/Popups (additional items)
  5017. *browseLink.documentationString:    Browse this link
  5018. *editLink.documentationString:      Open this link in a new editor window
  5019. *bookmarkLink.documentationString:  Add this link to the bookmark list  
  5020. *copyLink.documentationString:      Copy this link to the clipboard
  5021. *removeLink.documentationString:    \
  5022. Remove link at caret or all links within selected region
  5023.  
  5024. ! Mail/File menu (additional items)
  5025. *newFolder.documentationString:        Create a new mail folder
  5026. *openFolder.documentationString:    Open a new mail folder
  5027. *saveMessageAs.documentationString: \
  5028. Save a copy of the selected message or messages
  5029. *deliverQueuedMessages.documentationString: Deliver any queued messages
  5030. *emptyTrash.documentationString:    Permanently delete all messages in Trash
  5031. *compressFolder.documentationString: Remove deleted messages from folder       
  5032.  
  5033. ! Mail/Edit menu (additional items)
  5034. *deleteMessage.documentationString:    Move the current message to the Trash       
  5035. *deleteFolder.documentationString:    Permanently delete the selected folder       
  5036. *selectThread.documentationString:    \
  5037. Select all messages in this thread or folder       
  5038. *selectMarkedMessages.documentationString: \
  5039. Select all flagged messages in this folder   
  5040. *selectAllMessages.documentationString:    Select all messages
  5041.  
  5042. ! Mail/View menu (additional items)
  5043. *reSort.documentationString:        Resort
  5044. *threadMessages.documentationString: Thread messages       
  5045. *sortBackward.documentationString:    \
  5046. Set the folder's sort order: ascending or descending       
  5047. *sortByDate.documentationString:    Sort by date       
  5048. *sortBySubject.documentationString:    Sort by subject       
  5049. *sortBySender.documentationString:    Sort by sender
  5050. *sortByMessageNumber.documentationString: Sort bu message number      
  5051. *rot13Message.documentationString:    Unscramble naughty jokes      
  5052. *wrapLongLines.documentationString:    Wrap long lines      
  5053. *attachmentsInline.documentationString: \
  5054. Mail attachments are viewed as inline objects
  5055. *attachmentsAsLinks.documentationString: Attachments are presented as links        
  5056.  
  5057. ! Mail/Message menu (additional items)
  5058. *replyToSender.documentationString: Reply to sender of message
  5059. *replyToAll.documentationString:    Reply to sender and all recipients of message
  5060. *forwardMessage.documentationString: Forward message
  5061. *forwardMessageQuoted.documentationString: \
  5062. Forward the current message as quoted text
  5063. *markSelectedRead.documentationString: Mark message as read
  5064. *markSelectedUnread.documentationString: Mark message as unread
  5065. *markSelectedMessages.documentationString: \
  5066. Flag the currently selected message or messages
  5067. *unmarkSelectedMessages.documentationString: \
  5068. Unflag the currently selected message or messages
  5069. *editAddress.documentationString:    \
  5070. Add the sender of this message to the address book    
  5071. *moveMessagesInto*documentationString: \
  5072. Move selected message or messages to this folder
  5073. *copyMessagesInto*documentationString: \
  5074. Copy selected message or messages to this folder
  5075.  
  5076. ! Mail/Go menu (additional items)
  5077. *nextMessage.documentationString:   View the next message
  5078. *previousMessage.documentationString: View the previous message
  5079. *firstUnreadMessage.documentationString: Go to the next unread message
  5080. *nextUnreadMessage.documentationString: \
  5081. Go to the next unread message
  5082. *previousUnreadMessage.documentationString: \
  5083. View previous unread message
  5084. *firstMarkedMessage.documentationString: Go to the first flagged message
  5085. *nextMarkedMessage.documentationString: Go to the next flagged message
  5086. *previousMarkedMessage.documentationString:    Go to the previous flagged message
  5087.  
  5088. ! Mail/Options menu (additional items)
  5089. *showAllMessages.documentationString: Show all messages    
  5090. *showOnlyUnread.documentationString: \
  5091.  Show only messages which have not yet been read
  5092. *showAllHeaders.documentationString: \
  5093. Show all message header fields    
  5094. *showSomeHeaders.documentationString: \
  5095. Show some message header fields    
  5096. *showMicroHeaders.documentationString: \
  5097. Show brief message header fields
  5098.  
  5099. ! Mail/Toolbar
  5100. *getNewMail.documentationString:    Check for new mail
  5101. *getNewMail.tipString:              Get new mail
  5102. *deleteMessage.tipString:           Delete message
  5103. *mailNew.tipString:                 Compose new message
  5104. *replyToSender.tipString:           Reply to author
  5105. *replyToAll.tipString:              Reply to all recipients
  5106. *forwardMessage.tipString:          Forward message
  5107. *previousUnreadMessage.tipString:   Previous unread
  5108. *nextUnreadMessage.tipString:       Next unread
  5109.  
  5110. ! Composition/Edit menu (additional items)
  5111. *pasteQuote.documentationString:    Insert clipboard contents in quoted form
  5112. *clear.documentationString:         Erase the selection
  5113. *clearAllText.documentationString:  Erase everything
  5114. *selectAllText.documentationString: Select the entire document
  5115. *rot13.documentationString:         Rotate message text by 13 characters
  5116.  
  5117. ! Composition/View menu (additional items)
  5118. *showFrom.documentationString:      Show the mail-from field
  5119. *showReplyTo.documentationString:   Show reply-to field
  5120. *showTo.documentationString:        Show mail-to field
  5121. *showCC.documentationString:        Show the Carbon-Copy field
  5122. *showBCC.documentationString:       Show the Blind-Carbon-Copy field
  5123. *showFCC.documentationString:       Show the copy file location field
  5124. *showPostTo.documentationString:    Show the Post-to-newsgroup field
  5125. *showFollowupTo.documentationString: Show the Send-followups-to field
  5126. *showSubject.documentationString:   Show the subject field
  5127. *showAttachments.documentationString: Show the attachments field
  5128. *wrapLines.documentationString:        Wrap lines longer than 72 characters
  5129.  
  5130. ! Composition/Options menu (additional items)
  5131. *deliverNow.documentationString:    Send messages immediately
  5132. *deliverLater.documentationString:  Defer sending messages until later
  5133.  
  5134. ! Compose/Toolbar
  5135. *sendOrSendLater.documentationString: Send the current message
  5136. *sendOrSendLater.tipString:         Send Message
  5137. *quoteMessage.documentationString:  \
  5138. Paste the text of the original document in quoted form
  5139. *quoteMessage.tipString:            Quote Original
  5140. *attachFile.documentationString:    \
  5141. Attach a file to the current message
  5142. *attachFile.tipString:  Attach File(s)
  5143. !*editAddressBook.documentationString: Open the address book
  5144. *editAddressBook.tipString:         Addresses
  5145.  
  5146. ! News/File menu (additional items)
  5147. *postNew.documentationString:        Post new message
  5148. *openNewsHost.documentationString:  Add a new host to the news host list
  5149. *deleteNewsHost.documentationString: Remove a host from the news list
  5150. *addNewsgroup.documentationString:  Subscribe to an individual news group
  5151. *getMoreMessages.documentationString: Get another group of messages
  5152.  
  5153. ! News/Edit menu (additional items)
  5154. *cancelMessage.documentationString: \
  5155. Remove the selected message from the newsgroup
  5156.  
  5157. ! News/Message menu (additional items)
  5158. *postReply.documentationString:     Reply to newsgroup
  5159. *postAndMailReply.documentationString: \
  5160.  Post message to newsgroup and reply to author
  5161. *replyToSender.documentationString: Reply to sender of message
  5162. *markThreadRead.documentationString: Mark all messages in thread read
  5163. *markAllRead.documentationString:   Mark all messages in newsgroup read
  5164.  
  5165. ! News/Options menu (additional items)
  5166. *showSubscribedNewsGroups.documentationString: \
  5167. Show all newsgroups that you are subscribed to
  5168. *showActiveNewsGroups.documentationString: \
  5169. Show newsgroups with unread messages
  5170. *showAllNewsGroups.documentationString: \
  5171. Show all newsgroups on this news host
  5172. *checkNewNewsGroups.documentationString: \
  5173. Show new newgroups for this news host
  5174. *addFromNewest.documentationString: \
  5175. Get More Messages will get most recent messages
  5176. *addFromOldest.documentationString: Get More Messages will get oldest messages
  5177.  
  5178. ! News/Toolbar
  5179. *postNew.tipString:                    Post new message
  5180. *postReply.tipString:                Post reply
  5181. *postAndMailReply.tipString:        Post and mail reply
  5182. *markThreadRead.tipString:          Mark thread read
  5183. *markAllRead.tipString:             Mark all read
  5184.  
  5185.  
  5186. ! This table maps the host's locale names to MIME charsets.
  5187. ! Only some of these locales are supported.
  5188. !
  5189. *localeCharset*C:        iso-8859-1
  5190. *localeCharset*cs:        iso-8859-2
  5191. *localeCharset*da:        iso-8859-1
  5192. *localeCharset*de:        iso-8859-1
  5193. *localeCharset*de_AT:        iso-8859-1
  5194. *localeCharset*de_CH:        iso-8859-1
  5195. *localeCharset*el:        iso-8859-7
  5196. *localeCharset*en:        iso-8859-1
  5197. *localeCharset*en_AU:        iso-8859-1
  5198. *localeCharset*en_CA:        iso-8859-1
  5199. *localeCharset*en_TH:        iso-8859-1
  5200. *localeCharset*en_US:        iso-8859-1
  5201. *localeCharset*es:        iso-8859-1
  5202. *localeCharset*fi:        iso-8859-1
  5203. *localeCharset*fr:        iso-8859-1
  5204. *localeCharset*fr_BE:        iso-8859-1
  5205. *localeCharset*fr_CA:        iso-8859-1
  5206. *localeCharset*fr_CH:        iso-8859-1
  5207. *localeCharset*is:        iso-8859-1
  5208. *localeCharset*it:        iso-8859-1
  5209. *localeCharset*it_CH:        iso-8859-1
  5210. *localeCharset*ja_JP.EUC:    x-euc-jp
  5211. *localeCharset*ko_KR.euc:    euc-kr
  5212. *localeCharset*nl:        iso-8859-1
  5213. *localeCharset*nl_BE:        iso-8859-1
  5214. *localeCharset*no:        iso-8859-1
  5215. *localeCharset*pl:        iso-8859-2
  5216. *localeCharset*pt:        iso-8859-1
  5217. *localeCharset*ru:        iso-8859-5
  5218. *localeCharset*sh:        iso-8859-2
  5219. *localeCharset*sk:        iso-8859-2
  5220. *localeCharset*sv:        iso-8859-1
  5221. *localeCharset*th_TH:        x-tactis
  5222. *localeCharset*tr:        iso-8859-9
  5223. *localeCharset*zh_CN.ugb:    gb2312
  5224. *localeCharset*zh_TW.ucns:    x-euc-tw
  5225.  
  5226.  
  5227. ! OS-dependent font charset mappings
  5228. !
  5229. *documentFonts.charset*cns11643-0:                x-cns11643-1
  5230. *documentFonts.charset*cns11643-1:                x-cns11643-2
  5231. *documentFonts.charset*cns11643-2:                x-ignore
  5232.  
  5233.  
  5234. ! English strings are built into the binary
  5235.